/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 206px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin: 0 0 0 0px;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}
.markermenu ul li {padding: 0px; margin: 0px;}
.markermenu .MenuFirst {background: url("/design/images/left-menu-option-top.gif") no-repeat;}
.markermenu .MenuFirst:hover {background: url("/design/images/left-menu-option-first-hover.png") repeat-x;}
.markermenu .MenuAll {background: url("/design/images/left-menu-option-all.gif") repeat-x;}
.markermenu .MenuAll:hover {background: url("/design/images/left-menu-option-all-hover.gif") repeat-x;}
.markermenu ul li a{
background: url("/design/images/menu-left-strelica.png") no-repeat 17px center; /*light gray background*/
font: 13px Arial, sans-serif;
color: #004888;
display: block;
width: auto;
padding: 12px 0 0px 33px;
text-decoration: none;
height: 25px;
}

.navigacija
{
	background: url("/design/images/crtice-navigacija.gif") repeat-x bottom;
	padding: 0 0 2px 0;
	width: 196px;
	float: left;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 163px;
}*/

.markermenu ul li a:visited{
color: #5a5a5a;
}

.markermenu ul li a:hover{
color: #004888;
text-decoration: none;
}

* html .markermenu ul li a:visited{
color: #5a5a5a;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}