#menu {
	background: #333;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	height: auto;
	width: auto;
}
#menu a:hover {
	color: #FFFFFF;
	padding-bottom: 8px;
	background-color: #FF9900;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(Images/hover2.gif);
	}
