/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 125px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
z-index: 100;


}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
}

.markermenu ul li a{
font: bold 12px Arial, Helvetica, sans-serif;
color: #666666;
display: block;
width: auto;
padding: 5px 0;
padding-left: 3px;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #584A3D;
text-align: left;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 1250px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666666;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #584A3D;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
font: bold 12px Arial, Helvetica, sans-serif;

background: white;
}

.blackwhite li a:hover{
background: 584A3D;
color: white;
}