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

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

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #FAD0C0;
}

.markermenu ul li a{
background:  #FFFFFF url(bulletlist.png) no-repeat 5px center; /*light gray background*/
font:  12px   Arial, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 8px 0px 4px 0px  ;
padding-left: 17px;
text-decoration: none;
border-bottom: 0.5px solid #FAD0C0;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #666666;
background: #FEF3EF url(bulletlist1.png) no-repeat 3px center;

}

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

.blackwhite li a{
background: #FFFFFF;
}

.blackwhite li a:hover{
background:#FEF3EF;
color: #666666;
}