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

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}
.markermenu ul li a{
background: #ffffff url('../images/bulletlist.png') no-repeat 3px center; /*light gray background*/
font:  13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #757575;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #f0f0f0;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #a1b629;
background-color: #fafdea;
}

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

.blackwhite li a{
color: #757575;
font-size:  13px;
background: #ffffff url('../images/folder1.png') no-repeat 3px center;
padding-left: 18px;
}

.blackwhite li a:hover{
background: #fafdea url('../images/folder1.png') no-repeat 3px center;
padding-left: 18px;
color: #a1b629;
}

