.markermenu{
width: 210px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin:0 0 0 4px;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
background:url(../images/menu-bg.gif) left top no-repeat;
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
min-height:25px;
height:auto !important;
height:25px;
line-height:25px;
display: block;
width: auto;
padding: 0px 0;
padding-left: 45px;
text-decoration: none;
border-bottom: 1px solid #014C9E;

}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#2CD055;
font-weight:bold;
background:url(../images/menu-bg-over.gif) left top no-repeat;

}

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

.blackwhite li a{
background:url(../images/sub-menu-bg.gif) left top no-repeat;
font:11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
padding:3px 0 3px 20px; line-height:20px;
}

.blackwhite li a:hover{
color:#2CD055;
font-weight:bold;
background:url(../images/sub-menu-bg-over.gif) left top no-repeat;
}