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

.markermenu{
width: 185px; /*width of side bar menu*/
text-align:right;
clear: right;
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: #ffffff;
text-align:right;
clear: right;
font: 12px "Trebuchet MS",Arial,Tahoma,Helvetica,sans-serif;
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-right: 16px;
text-decoration: none;
}

* html .markermenu ul li a{
width: 155px;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
font-weight:bold; 
color: #bf9c3d;
background-color: #ffffff;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
font-weight:bold; 
color: #bf9c3d;
background-color: #ffffff;
}