/* ######### Marker List Vertical Menu ######### */

.markermenu{
background:url(../images/category_bg.jpg) repeat-x;
display: inline-block;
width:160px;
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;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
font-family:Arial, Helvetica, sans-serif;
color: #ed8115;
font-size:11px;
display: block;
width: auto;
padding:0px 0px 0px 0px;
padding-left: 0px;
text-decoration: none;
width: 170px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ed8115;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ed8115;
background-color:#CCC;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #FFF;
height:inherit;
border-bottom:1px dashed #CCC;
}

.blackwhite li a:hover{
background: #CCC;
color: #333;
}