/**********************/
/* TOP  MENU */
/**********************/

ul#topnav {
   	list-style:none;
   	margin:0px  ;
	width:100%;
   	padding-bottom:0px;
	padding-left:10px;
   	
	
}
#topnav li {
    list-style:none;
    float:left;
	
    
	background:url(../images/menu_redarrow.gif) no-repeat -2px 11px;
	sbackground:#FFFFFF
}
* html #topnav li {
	/** IE/PC hack due to haphazard line breaks when combined widths = 100% **/
	swidth:11%;
}
#topnav a {
    display:block; 
	font:normal 0.90em/2.2  Arial, tahoma, verdana, sans-serif;
	text-decoration:none;
	padding: 0.25em 0.8em;
	color:#FFFF00;
	
}

#topnav a:focus, #topnav a:active {
	font:normal 0.90em/2.2  Arial, tahoma, verdana, sans-serif;
	text-decoration:none;
	color:#FFFF00;
	text-decoration:underline;
	
}

#topnav a:hover{
    font:normal 0.90em/2.2  Arial, tahoma, verdana, sans-serif;
	text-decoration:none;
	color:#FFFF00;
	text-decoration:underline;
	background: url(../images/menu_bluearrow.gif);
	background-position :-2px 11px;
    background-repeat: no-repeat;
	
}	
/** current menu item **/










