/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 238px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align:left;
background-image:url(../images/classcenter.gif); 
}

.markermenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.markermenu ul li{
margin-top:3px;
margin-left:2px;
}

.markermenu ul li a{
background: #ffffff no-repeat 3px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.msTitle
{
 padding:0;
 width:234px;
 height:21px;
 text-align:center;
 font: bold 14px/21px ,;
 background-image:url(../images/dh_bg.gif);
 background-repeat:no-repeat;
}


* html .markermenu ul li a{ /*IE6 hack*/
width: 210px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background: #DCF4FD;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #5D96D7;
color: white;
}