.markermenu{
width: 242px; /*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:0;
padding: 0;
}

.markermenu ul li{padding:0; margin:0; width:242px; height:39px; line-height:39px; padding:0; background:url(../images/menu_a_bg.gif) no-repeat 0 0; margin-bottom:5px; text-align:center;}


.markermenu ul li a{
font:normal 18px/39px Georgia, "Times New Roman", Times, serif; color:#FEFEFF;
display: block;
width: auto;
padding:0;
text-decoration: none;
height:39px;

}

* html .markermenu ul li a{ /*IE6 hack*/
width:155px; text-align:center;
}

.markermenu ul li a:active{
color: #FFD400;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#FFD400;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#014495;
}

.blackwhite li a:hover{
background: black;
color: white;
}