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

.markermenu{
width: 211px; /*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{
float:left;
background:url(../images/left_nav_bg.jpg);
background-repeat:no-repeat;
width:211px;
height:24px;

color:#FFFFFF;
font-size:13px;
cursor:pointer;

}

.markermenu ul li a{
text-align:left;
/*background: #F2F2F2;*/
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
font-weight:bold;
display: block;
width: 194px;
text-decoration: none;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{

color: white;
text-decoration:underline;
}

.markermenu li:hover{
float:left;
background:url(../images/left_nav_bg_over.jpg);
background-repeat:no-repeat;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
