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

.markermenu{
width:auto; /*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 5px 8px;
padding: 0;
}
.markermenu ul li{
background: url(../images/bullet.jpg) no-repeat; 
padding-left: 20px;
}

.markermenu ul li a{
/*light gray background*/
font: normal 11px Arial, Helvetica, sans-serif;
color: #fff;
font-size:11px;
font-display: block;
width: auto;
font-weight:bold;
text-decoration: none;

}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
}

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

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

.blackwhite li a{
background:#f6f6f6;

}

.blackwhite li a:hover{
background:#8c0000;
color: white;
}
.markermenu li{
padding-bottom:16px;
}
