/* ######### Marker List Vertical Menu ######### */



.markermenu{

width: 220px; /*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 none #9A9A9A;

}



.markermenu ul li a{

background-color: transparent;

font-family: Helvetica, Verdana, sans-serif;

font-size: 13px;

font-weight: bold;

color: #000000;

display: block;

width: auto;

padding: 0px 0;

padding-left: 3px;

text-decoration: none;

border-bottom: 0px none #B5B5B5;

}



* html .markermenu ul li a{ /*IE6 hack*/

width: 220px;
clear: left;
position: relative
}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: #000000;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{

color: red;

background-color: transparent;

}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



.blackwhite li a{
font-family: Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
background: #415962;
}

.blackwhite li a:hover{
font-family: Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CC0000;
background-color: #A7A7A7;
background: #A7A7A7;
}
