/* singlerow menu styles */
#mainmenu {
	height:32px;
	text-align:left;
	background:url(../images/mainmenu_bg.gif);
	width:915px;
	margin:0 auto 10px auto;
	}
	
	#mainmenu_elements{
		padding-top:5px;
		height:27px;
	}
		
 	#mainmenu_elements ul{
		width:100%;
		text-align:center;
		margin:0px;
		padding:0px;
		height:17px;
	}
	
	#mainmenu_elements li{
		display:inline;
		color:#2f2d5b;
		padding:0px 0px 9px 0px;
	}
	
	#mainmenu_elements li.other a{
		background:url(../images/mainmenu_border.gif) left center no-repeat;		
	}
	
	#mainmenu_elements li.other a:hover{
		background:url(../images/mainmenu_border.gif) left center no-repeat;		
	}	
	
	#mainmenu_elements li a{
		color:#fff;
		padding:0px 5px 0px 7px;
		font:1.2em Tahoma;
		}
	
	#mainmenu_elements li a:hover{
		color:#2f2d5b;		
	}
	
	#mainmenu_elements li.selected{
		color:#2f2d5b;		
	}
	
	#mainmenu_elements li.selected a{
		color:#2f2d5b;
	}	
/* end of singlerow menu styles */