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

.markermenu{
/*width: 230px; width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align:left;

}

.markermenu ul{
list-style-type: none;
/*margin: 5px 0;*/
padding: 0;
padding-top:10px;
padding-bottom:20px;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
/*background: url(../images/bulletlist.gif) no-repeat 3px center; light gray background*/
font: bold 12px  Georgia, "Times New Roman", Times, serif;
color: #00014e;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
text-align:left;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
text-align:left;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #881600; 
margin-left:0px;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #881600;
color: white;
}
