.mainmenu_over{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #a16c02;
	height:32px;
	background-image:url(../images/menu_bg_dw.gif);
	background-repeat:no-repeat;
}

.mainmenu{
width: 100%;
font-weight: bold;
}

.mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainmenu ul{
width: 100%;
background: url(../images/menu_bg.gif) center center repeat-x;
padding: 10px 5px 10px 4px;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #735DA8;
	padding: 10px 25px 10px 25px ;
	margin: 0;
	text-decoration: none;
}

.mainmenu ul li a:hover, .mainmenu ul li a.current{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 10px 25px 10px 25px ;
	background: url(../images/menu_bg_dw.gif) center center no-repeat;
}