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



.markermenu{

width: 150px; /*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: 5px 0;

padding: 0;

}



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

background: #fff url(bulletlist.gif) no-repeat 3px center; /*light gray background*/

FONT-FAMILY:Arial;

font-size:15px;

color: #0033aa;

display: block;

width: auto;

padding: 5px 0;

padding-left: 20px;

padding-right:15px;

text-decoration: none;

border:#ddd982 1px solid;

margin:0 0 5px 0;

}



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

width: 150px;

}



.markermenu ul li a:active{

color: #00014e;

}



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

color: #b90101;

background-color: white;

}



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



.blackwhite li a{

FONT-FAMILY:Arial;

color: #0033aa;

text-transform:uppercase;

font-size:14px;



}



.blackwhite li a:hover{

background: black;

color: white;

}
