/* ######### Marker List Vertical Menu ######### */
.markermenu{
width: 100%; /*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{
background:url(dropdown/arrow-down.gif) no-repeat 3px center; /*light gray background*/
font-family:Cambria;
font-weight:bold;
font-size:14px;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px dashed #CCCCCC;
height:20px;
z-index:1
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 100%;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
font-weight:bold;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: #496803;
height:20px;
border-bottom: 1px dashed #CCCCCC;
}
.blackwhite li a:hover{
background: black;
height:20px;
color:#ffffff;
border-bottom: 1px dashed #CCCCCC;
}