.left_bar{
background: #fed499;
}



/* ######### Marker List Vertical Menu ######### */



.markermenu{

width:212px; height:527px;padding:0; margin:0;

line-height: 20px;

height: 19px;

clear: left;

position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/



}



.markermenu ul{

list-style-type: none;

margin: 0 0 0 14px;;

padding: 0;

border-left: 2px solid #3d3877;



}



.markermenu ul li a{

background: #fed499; /*light green background*/

font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

color: #000066;

display: block;

width: auto;

height:19px;

padding: 3px 0;

padding-left: 5px;

text-decoration: none;

border-bottom: 1px solid #FFFFFF;

}



* html .markermenu ul li a{ /*IE6 hack*/

border-top: 0px;

width: 196px;

}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: #00014e;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{

color: white;

background-color: #000066;

}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



.blackwhite li a{

background: #fed499;

color: #000066;

}



.blackwhite li a:hover{

background: #8b3c94;

color: white;

}