/* ######### Marker List Vertical Menu ######### */

.menuheader expandable{
width: 230px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.menuheader expandable  a{
background: #007f3d url(../images/green-bullet.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display:block;
width: auto;
padding: 8px 0;
padding-left: 50px;
text-decoration: none;
}



* html .menuheader expandable  a{ /*IE6 hack*/
width: 155px;
}


.menuheader expandable  a:visited, .menuheader expandable  a:active{
color: #FFFFFF;
}


.menuheader expandable  a:hover, .menuheader expandable  a.selected{
color: #ee7f3a;
background-color: #ffffff;
}