/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 196px; /*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 7px;
background: #f5f5f5;
border-top: 1px solid #f5f5f5;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
background: url("/design/images/bulletlist.gif") no-repeat 17px center; /*light gray background*/
font: 10px Verdana, Arial, sans-serif;
color: #5a5a5a;
display: block;
width: auto;
padding: 5px 0 5px 33px;
text-decoration: none;
}

.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: #5a5a5a;
background-color: #dce3e9;
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;
}