div#mva ul {
	margin: 0 0 5px 0px; 
	padding: 0;
}
div#mva ul {padding: 0;}

div#mva li {
	margin-top:10px;
	background-image: url(../img/meni_desni.gif);
	background-repeat: no-repeat;
}

div#mva li.open {
	list-style-type: none;
}

div#mva li.closed {
	list-style-type: none;
}

div#mva li.empty {
	list-style-type: none;
}

div#mva a {
	color: #333333;
	font-family: Verdana;
	font-size:12px;
	line-height:34px;
	margin-left:14px;
	margin-top:4px;
	margin-bottom:10px;
	font-variant: small-caps;
	font-weight: bold;
}
div#mva a:hover {
	color:#874a90;
	font-family: Verdana;
	font-size:12px;
	line-height:34px;
	margin-left:14px;
	margin-top:4px;
	margin-bottom:10px;
	font-variant: small-caps;
}
div#mva a.active {
	
	color:#874a90;
	font-weight: normal;
}
