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



.markermenu{

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

padding: 0;

border: 1px solid #9A9A9A;

line-height:15px;

}



.markermenu ul li a{



font: 12px Tahoma;

color: #ffffff;

display: block;

width: auto;

padding: 3px 0;

padding-left: 20px;

text-decoration: none;

border-bottom: 1px dotted #ffffff;

line-height:15px;

}



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

width: 175px;

}



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

color: #ffffff;

}



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

color: white;

background-color: #FFCC33;

}



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



.blackwhite li a{

background: white;

color: #000000;

}



.blackwhite li a:link, .blackwhite li a:visited{

background: white;

color: #000000;

}



.blackwhite li a:hover{

background: #FFCC33;

color: white;

text-decoration:underline;

}