#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #333333;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 22px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	text-decoration: none;
	width: 96px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 1;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #FFFFFF;
	padding-bottom: 5px;
	background-color: #0000ff;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
