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

.markermenu{
width: 100%; /*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;
}

.markermenu ul li a{
/*background:url(../images/bullot.gif) no-repeat 7px center; light gray background*/
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3B316D;
width: auto;
padding: 1px 0;
padding-left: 5px;
text-decoration: none;
 display: block;
/* border-bottom: 1px dashed #3B316D; */
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #3B316D;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:white;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
display: block;
background: #3B316D;
/* background:url(../images/bullot-active.gif) no-repeat 7px center; light gray background*/

}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background:#E8E8E8;
color:#333;
}