/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 220px;
clear: left;
position: relative;
left: 0px;
top: 2px;
height: 320px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #5D8AE3 url(arrow-right.gif) no-repeat 3px center; /*light gray background*/
font: bold 12px "Arial";
color: #FFFFFF;
display: block;
width: auto;
line-height:22px;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #0099CC;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #5D8AE3 ;
color: white;
}

