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

.markermenu{
width: 370px; /*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: 0px 0;
padding: 0;
border: 0px solid #FFFFFF;
}

.markermenu ul li a{
background: transparent ; /*light gray background*/
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 20px;
color: #005b90;
display: block;
/*height: 34px;*/
padding: 0px 0;
padding-left: 5px;
padding-top: 0px;
text-decoration: none;
text-align: left;

}


* html .markermenu ul li a{ /*IE6 hack*/
width: 360px;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background: #AFDCEC ; /*light gray background*/

}

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

.blackwhite li a{
background: #d6ecf7;
width: 360px;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.blackwhite li a:hover{
background: #00375e;
color: white;
width: 360px;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}