.markermenu{
width:211px;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#707070;
}

.markermenu ul{
list-style-type: none;
padding: 0px;
margin:0px;
}

.markermenu ul li a{
color: #707070;
display: block;
width: auto;
padding:5px;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px dashed #707070;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 211px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background:url(../images/categories_button_over.png) no-repeat;
display:block;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#707070;
}

.blackwhite li a:hover{
background:#20130c;
color: #fff;
}
