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

.markermenu{
width: 200px; /*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 url(../images/menu_2.jpg) no-repeat 5px center; /*light gray background*/
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 32px;
color: #005b90;
display: block;
width: 170px;
height: 34px;
padding: 0px 0;
padding-left: 32px;
padding-top: 0px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #FFFFFF;
}


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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #80b8db;
color: white;
}