/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 170px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.CategoryBoxIsSub{
background: #F0F0F0 url(/design/images/catalog-box-strelica.gif) no-repeat right center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #2D2D2D;
display: block;
width: auto;
padding: 10px 15px 10px 11px;
text-decoration: none;
border-top: 1px solid #d7d7d7; border-bottom: 1px solid #fbfbfb;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:active{
color: #D7151D;
}

.CategoryBoxIsSub:hover, .CategoryBoxIsSub.selected{
color: #D7151D;
text-decoration: none;
background: #ffffff;
}

.CategoryBoxNotSub {
background: #F0F0F0;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #2D2D2D;
display: block;
width: auto;
padding: 10px 15px 10px 11px;
text-decoration: none;
border-top: 1px solid #d7d7d7; border-bottom: 1px solid #fbfbfb;
}

.CategoryBoxNotSub:hover {color: #D7151D;
background: #ffffff;text-decoration: none;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #D7151D;
color: white;
}