
#menu {
	background: #D26200;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #D26200 url("seperator1.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 4px;
	text-decoration: none;
}
#menu a:hover {
	background: #465a7c url("hover2.gif") bottom center no-repeat;
	color: #e7ef0b;
	padding-bottom: 3px;
