/* ######### 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: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #BFD5D5url('/images/bulletlist.gif') no-repeat 3px center; /*light gray background*/
color: #00014e;
display: block;
width: auto;
padding-left: 5px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:verdana; padding-right:0; padding-top:3px; padding-bottom:3px
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: #ffffcf;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffffcf;
}

.blackwhite li a:hover{
background: black;
color: ffffcf;
}