


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:18px; 
z-index:2;

}

#nav a{
	margin-left:3px;
	display:block;
	padding:15px 5px;
	color:#fff;
	text-decoration:none;
	width:130px;
	height:25px;
	text-align:center;
	font-family: 'Voltaire', sans-serif;

	font-size: 18px;
	letter-spacing:1px;


}

#nav a:hover{
	color:#ff9966;
	background-image:url(images/menurol.png);
	background-repeat:no-repeat;
	background-position:center top;
	
	
}

#nav li{
float:left;
position:relative;


}

#nav ul {
position:absolute;
display:none;
width:150px;
top:45px;




}

#nav li ul a{
width:178px;
height:auto;
float:left;
background-color:#fff;

background-image:url();
text-align:left;

font-family: "News Gothic MT W01",Helvetica,"Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#nav ul ul{
top:auto;

}	


#nav li ul ul {
left:12em;
margin:0px 0 0 10px;

}

#nav li ul ul a{
left:12em;
margin:0px 0 0 10px;
background-color: #717f8f;
background-image:url();
border-bottom: 1px dashed gray;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
.ustmenuzemin
{
 	
	background-repeat:no-repeat;
	height:50px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 11px;
	border-radius: 7px;

	
}
