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

.markermenu{
width: 187px; /*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 #9A9A9A;
}

.markermenu ul li a{
background: #ebebeb; /*light gray background*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #5a2c00;
display: block;
width: auto;
padding: 5px 0px 5px 10px;
text-decoration: none;
border-top: 1px solid #fcfbfb;
border-bottom: 1px solid #e5e5e5;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #2c1600;
background:#f2f0da;
border-top: 1px solid #f9f6e0;
border-bottom: 1px solid #eeecd7;
}

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

.blackwhite li a{
background: #a9945b;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
text-decoration:none;

}

.blackwhite li a:hover{
background: #cba94e;
color: #fffff;
text-decoration:none;
}
