/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 178px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin-bottom:-5px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;

}

.markermenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #000000;
padding: 1px 0px;
border: 1px solid #303030;
border-bottom: 0;
height:19px;

padding-top:5px;
font: bold 12px Arial, Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-align:left;
}


* html .markermenu{ /*IE6 hack*/
margin-bottom:25px;
text-align:left;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
border-color:#303030;
font: bold 12px Arial, Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
height:25px;
text-align:left;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.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: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}