ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:960;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #23427A;
	background-repeat: repeat-x;
	background-position: left top;
	color: #000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 25px 0 25px;
}
	
ul#menu li a:hover
{
	color:#FFF;
	background-color: #6489AE;
	background-repeat: no-repeat;
	height: 22px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent  0px -30px no-repeat;	
	float:left;
	margin:0;
}
