
.vertical ul{
float:right;
	list-style-type: none;
	padding: 0;
	margin-right: 0px;
	position: relative;
		padding-bottom:0px;
}
.vertical li{
	position: relative;

} 

.vertical li a{
margin-bottom: 1px;
}

.vertical li ul{
	position: absolute;
	z-index:5;
	top: 0px;
	/* Udaljenost podmenija od lijevog ruba menija. Za maknuti "crticu" smanjiti ovo.*/
	left: 181px;
	background-color:#CAD7D3;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenu li ul{
	display: none;
}
.mlmenu li:hover>ul{
	display: block;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
.accessible li ul{
	display: block;
}
.noshow{
	visibility: hidden;
}


.AR li a{
	/* Sirina menija */
	width: 160px;
	font-family: Verdana, Helvetica, sans-serif, "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	display: block;
	height: 31px;
	line-height: 31px;		
	overflow: hidden;
	border: none;
	color:#586362;
	background-color:#B7BDBB;

	border-width:1px;
	border-color:#808F8A;
	border-style:solid;
	


}
.AR li a:hover{
	color:#fefefe;
background-color:#617171;


}
