/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 140px; /*width of side bar menu*/
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin:0px;
padding: 0;
width: 140px;
}

.markermenu ul li a{
background: #000000;
font:"Times New Roman", Times, serif;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 140px;
font-size:12px;
font-weight:bold;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color:#000000;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #9D0429;
font-size:12px;
color:#ffffff;
}

.blackwhite li a:hover{
background: black;
color: white;
}