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

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

}

.markermenu ul{
list-style-type: none;
margin-right: -10px;
width: 212px;
}
.markermenu ul li{
clear:left;
width: 212px;
height:20px;
}
.markermenu ul li a{
backgroundxxx: #F2F2F2 url(modules/mod_slidemenu/ddlevelsfiles/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 12px "Trebuchet MS";
font-stretch:condensed;
width: 212px;
padding: -2px 3px -1px 8px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
color: #678D65;
}

/*.markermenu ul li a:visited{
color: #cccccc;
}
.markermenu ul li a:active{
color: #678D65;
background-color: #2D2524;
}*/
.markermenu ul li a{
color: #cccccc;
background-color: none;
height:15px;
padding:5px;
text-align:left
}
.markermenu ul li a.selected{
color: #678D65;
background-color: #1D2725;
height:15px;
padding:5px;
text-align:left
}
.markermenu ul li span:hover {
color: #678D65;
}

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

/*.blackwhite li a{
background: red;
}

.blackwhite li a:hover{
background: black;
color: white;

}
