
#menu {
	background-color: #ffffff;
	background-color: #000000;
	float: left;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0px 5px 0px;
}
#menu li {
	float: left;
	font: 13px "Gill Sans MT", Helvetica, Tahoma, "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-weight: normal;
}
#menu li.special {
	float: left;
	font: 13px "Gill Sans MT", Helvetica, Tahoma, "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #5a5a5a;
	font-weight: normal;
}
#menu a {
	color: #ffffff;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 13px 7px 13px;
	text-decoration: none;
	font-weight: normal;
}
#menu li.active a {
	background-color: #926538;
	color: #ffffff;
	padding-bottom: 7px;
	}

#menu a:hover, #menu li.active a:hover {
  background:#5a5a5a url(../img/hover.gif) bottom center no-repeat;
  color: #ffffff;
  text-decoration: none;
  }	