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

div#mva li {
	margin-top:3px;
	list-style-position: inside;
	list-style-image: url(../img/menu/meini_okras.gif);
	list-style-type: square;
	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: white;
	font-family: Verdana;
	font-size:12px;
	line-height:10px;
	margin-left:14px;
	margin-top:2px;
	margin-bottom:2px;
	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;
}