ul#menu{ 	
	width:2000px;
	height:43px;
	background:url("images/menu-bg.gif") top left repeat-x;
	font-size:12px; 
	font-family:"Lucida Grande", Verdana, sans-serif; 
	font-weight:bold; 
	list-style-type: none; 	
	padding:0 0 0 20px;	
	position:absolute;	
	left:200px;
	top:0px;	
	overflow-x:hidden;
	}	
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color:#09357B;
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 10px 0; 
	}
ul#menu li a:hover { 	
	color: #FFF; 
	background: url("images/current-bg.gif") top left repeat-x; 
	padding: 8px 10px 0; 
	}
ul#menu li a.active a.current{ 
	color: #FFF; 
	background: url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}
