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

.markermenu{
width: 206px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
/*light gray background*/
font: 11px  Verdana, Helvetica, sans-serif;
color: #323232;
display: block;
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
background-color: #EFB805;
border-bottom: 1px solid #ffffff;
border-right:1px solid #f1c96f;
line-height:1.6;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 193px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #323232;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#323232;
background-color: #FFF5CE;
border-right:1px solid #f1c96f;
}

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

.blackwhite li a{
background: #E9FAFD;
}

.blackwhite li a:hover{
background: white;
color: #444444;
}