/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*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: 0px 0;
padding: 0;
border: 0px solid #ffffd8;

}

.markermenu ul li a{
font: bold 12px verdana, arial, helvetica, sans-serif;
color: #5C4033;
display: block;
width: auto;
padding: 3px 3px;
padding-left: 10px;
padding-bottom: 5px;
text-decoration: none;
border: 0px solid #ffffd8;
border-bottom: 0px;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 175px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #5C4033;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #f8e89f;
color: #2b251d;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a:hover{
background-color: #f8e89f;
color: #2b251d;
font: 12px verdana, arial, helvetica, sans-serif;
}

.blackwhite li a{
background-color: #ffffd7;
color: #5C4033;
font: 12px verdana, arial, helvetica, sans-serif;
}
