/* ######### Marker List Vertical Menu ######### */
.markermenu1{
width: 230px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu1 ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}


.markermenu1 ul li a{
background: #D27860 url(../images/button3.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #22a845;
display:block;
width: auto;
padding: 8px 0;
padding-left: 50px;
text-decoration: none;
}
.markermenu{
width: 230px; /*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;
}


.markermenu ul li a{
background: #d6fde0 url(../images/bullet.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #868788;
display:block;
width: auto;
padding: 8px 0;
padding-left: 40px;
text-decoration: none;
font-stretch:condensed;
}



* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}




.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #22a845;
text-decoration:underline;
/*background-color: #ffffff;
*/}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}


.blackwhite li a:hover{
background: black;
color: white;
}
