/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 230px; /*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: 5px 0;
padding: 0;
border: 1px solid white;
color: white;
text-decoration: none;
}

.markermenu ul li a{
background: #785696; /*light gray background*/
font: bold 12px Verdana;
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 6px;
padding-right: 10px;
text-decoration: none;
border-bottom: 1px solid white;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 230px;
color: white;
background-color: #785696;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
background: #785696;
color: white;
text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #48375d;
text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #785696;
color: white;
text-decoration: none;
}

.blackwhite li a:hover{
background: #48375d;
color: white;
text-decoration: none;
}