@charset "UTF-8";
/* CSS Document */
#menu {
	list-style: none;
	margin:0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#menu li {
	float: left;
	font: 75% Arial, Verdana, "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
#menu a{
	color: #fff;
	display:block;
	float: left;
	margin: 0;
	line-height:18px;
	padding: 5px 8px;
	text-decoration: none;
	font-weight:bold;
	white-space:nowrap;	
}
#menu a:hover {
	background: #fff url("/images/MenuHover.gif") bottom center no-repeat;
	color: #000;
	padding-bottom: 6px;
}         
body.hilite #menu a#Viewed {
 background: #fff url("/images/MenuHover.gif") bottom center no-repeat;
 color: #000;
 padding-bottom: 6px;
} 