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

.markermenu{
width: 150px; /*width of side bar menu*/
/*background-image:url(1.gif);*/
height:0px;
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: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
background:  url(bulletlist1.gif) no-repeat 3px center; /*light gray background*/
/*font: Georgia, "Times New Roman", Times, serif;*/
font: bold 13px Georgia, "Times New Roman", Times, serif;
color: #4e0008;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
/*border-bottom: 1px solid #000000;*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 192px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #353c49;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #00014E;
background-color: white;
}

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

.blackwhite li a{
background-color:#4e0008;
color:#fff;
width:160px;
}

.blackwhite li a:hover{
background-color:#353c49;
}
.blackwhite1 li a{
background-color:#4e0008;
color:#fff;
width:290px;
}

.blackwhite1 li a:hover{
background-color:#353c49;
}
