/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 185px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-color:#F3EFDA;

}

.markermenu ul{
list-style-type: none;
margin:0;
padding: 0;
border: 1px solid #d1cdbd;
border-bottom-width:0;
}

.markermenu ul li a{
font: normal 11px Verdana;
background: #F3EFDA url(../images/arrow3.gif) no-repeat 3px center; /*light gray background*/
color: #996600;
display: block;
width: auto;
padding: 5px 0 5px 20px;
text-decoration: none;
border-bottom: 1px solid #d1cdbd;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#996600;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#333333;
background-color:#e3dcc6;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#f3efda;
color:#996600;
}

.blackwhite li a:hover{
background:#e3dcc6;
color:#333333;
}