div.menuBar 
	{
	/*
	font-family: 	Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 		9px;
	font-style:		normal;
	font-weight:	normal;
	color: 		#ffffff;
	*/
	background-color:	#425C75;
	padding:		0px 0px 0px 0px;
	z-index: 		50;
	width: 		100%;
	}
	
a.menuButton,a.menuButton:visited
	{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #425C75;
	border-right: 1px solid #425C75;
	text-decoration:none;
	vertical-align:middle;
	padding-top: 6px;
	padding-bottom: 6px;
	height:31px;
	white-space:nowrap;
	width:50px;
	}	

a.menuButton:hover,a.menuButton:visited:hover
	{
  		border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #990000; 
	color:#FFFFFF; 	
	width:50px;
	}		
	
a.menuButtonActive,
a.menuButtonActive:hover,
a.menuButtonActive:hover:visited
	{
		font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #425C75;
	border-right: 1px solid #425C75;
	text-decoration:none;
	vertical-align:middle;
	padding-top: 6px;
	padding-bottom: 6px;
	height:31px;
	white-space:nowrap;
		
		border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #990000;  	
	width:50px;
		  	
	}	