.markermenu{
width:268px; /*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;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(../f_images/link_arrow.jpg) no-repeat 3px center; /*light gray background*/
color:#333333;
display: block;
width: auto;
padding: 3px 0;
padding-left:30px;
text-decoration: none;
border-bottom: 1px solid #9A9A9A;
font-size:14px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width:240px;
color:#333333;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#6F6045;
background-color:#EFDFC2;
}

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

.blackwhite li a{
background: #F2F2F2;
font-family:"Trebuchet MS";
font-size:13px;
}

.blackwhite li a:hover{
color:#6F6045;
background-color:#EFDFC2;
}