@charset "iso-8859-1";
/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
/*height: 325px;*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/* background-image: url(/images/nav-bg.gif); */
background-repeat: no-repeat;
}

.markermenu ul{
width: 200px;
list-style-type: none;
margin: 0 0 0 0;
padding: 8px 0 0 0;
/* border: 1px solid #3366cc; */
}

.markermenu ul li a{
/* background: #3366cc; 
font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
font: normal 12px Verdana, Helvetica, sans-serif;
color: #eff4ff;
display: block;
width: auto;
padding: 4px 0 3px 0;
padding-left: 10px;
text-decoration: none;
/* border-bottom: 1px solid #e2e2e2; */
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
font: normal 12px Verdana, Helvetica, sans-serif;
color: #eff4ff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font: normal 12px Verdana, Helvetica, sans-serif;
color: #eff4ff;
text-decoration: underline;
/* background-color: #eff4ff; */
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color: #eff4ff;
/* background: #eff4ff; */
text-decoration: none;
/* border-bottom: 1px solid #3366cc; */
}

.blackwhite li a:hover{
/* background: #3366cc; */
color: #eff4ff;
}
