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



.markermenu{

list-style-type: none;

margin: 0;

padding: 0;

width: 185px;/*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 li{

position: relative;

border-top:1px solid #B5B5B5;

height:38px;

}

.markermenu ul li a{

color:#696A6A;

display:block;

font-family:Arial;

font-size:12px;

font-size-adjust:none;

font-stretch:normal;

font-style:normal;

font-variant:normal;

font-weight:bold;

height:38px;

line-height:normal;

padding-left:3px;

padding-top:3px;

text-decoration:none;

width:auto;

}



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

width: 185px;

}



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

color:#696A6A;

height:37px;

}



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

color: #696a6a;

background:url(menu_bg1.gif) no-repeat;

}



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



.blackwhite li a{

background: white;

}



.blackwhite li a:hover{

background: black;

color: white;

}

