/* ######### 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: 3px 0px 0px 50px;

}

.markermenu ul li a{
/*background:  url(bulletlist.gif) no-repeat 3px 9px; light gray background*/
font: 12px Verdana, Arial,Tahoma, Helvetica, sans-serif;
color: #480c68;
display: block;
width: auto;
padding: 3px 0px 0px 0px;
padding-left: 20px;
text-decoration: none;
line-height:20px;
font-weight:bold;

}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #480c68;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#480c68;
background-color:#F5E3FC;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #F5E3FC;
color: black;
}
