@CHARSET "UTF-8";

#MenuLeft {
	background:url(../_images/menu/leftBg.jpg) no-repeat left;
	width:8px;
	height:52px;
	margin-left:8px;
	padding-right:8px;
}
#MenuLeft div {
	background:url(../_images/menu/rightBg.jpg) right no-repeat;
	height:52px;
	width:958px;
}
#Menu {
	margin:0px;
	padding:0px;
	height:37px;
	padding-top:15px;
	background:url(../_images/menu/centerBg.jpg) repeat-x;
	margin-left:8px;
	margin-right:8px;
	padding-left:0px;
	width:942px;
    font-family: Verdana, Helvetica, Sans-serif;
	text-align:center;		
}	
	#Menu li {
	    display: inline;
		background:url(../_images/menu/separator.gif) no-repeat left;
		padding-left:12px;
		margin-right:12px;
	}
	#Menu li#First {
		background:none;
	}	
		#Menu a {
			font-size:14px;
			font-weight:bolder;
			text-decoration:none;
			color:#fff;    
		}
			#Menu a:hover {
				text-decoration:underline;    
			}	
	li#AjanlatkeresMenu a {
		background:url(../_images/menu/ajanlat.gif) no-repeat;
		padding-top:4px;
		padding-bottom:4px;
		padding-left:7px;
		padding-right:7px;
	}	
			

