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



.markermenu{

width: 190px; /*width of side bar menu  #9A9A9A */

clear: left;

position: absolute; left: 130px; top: 85px; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}



.markermenu ul{

list-style-type: none;

margin: 4px 0;

padding: 0;

border: 1px solid black;

}



.markermenu ul li a{

background:  ; /*no colour   #00014e*/

font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

color: white;

display: block;

width: auto;

padding: 2px 0;

padding-left: 8px;

text-decoration: none;

border: 1px solid;

border-color: black;

z-index: 700

}



* html .markermenu ul li a{ /*IE6 hack*/

width: 190px;

}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: yellow;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{

color: white;

background-color: orange; /* blue*/

}



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



.blackwhite li a{

font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

background: white;

border: black;

border-color: black;

}



.blackwhite li a:hover{

background: #330099;

color: white;

}
