/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 172px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
float:left;
}

.markermenu ul{
list-style-type: none;
margin:0 !important;
padding: 0;
border: 0;
}

.markermenu ul li a{
font: bold 11px arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FF99CC;
display: block;
width: auto;
padding: 4px 3px 4px 10px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ff99cc;
padding: 4px 3px 4px 10px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
_background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #970032;
font: 11px arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
font-weight:bold;
}

.blackwhite li a:hover{
background-color: #500117;
color: white;
}
