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

.markermenu{
width: 196px; /*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: 0;
border: 1px solid #e7f0f4;
}

.markermenu ul li a{
background: #EEEEEE no-repeat 0px center; /*light gray background*/
font: bold 12px Arial;
color: #666666;
display: block;
width: auto;
padding-left: 20px;
padding-top:8px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
height:22px;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #009900;
background-image:url(../images/icon.gif);
background-position:left;
background-repeat:no-repeat;
}

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

.blackwhite li a{
background: #EEEEEE;
border: 1px solid #FFFFFF;
color:#666666;
}

.blackwhite li a:hover{
background: white;
color: #009900;
}