/* ######### Marker List Vertical Menu ######### */

.markermenuAboutAbout{
width: 230px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenuAbout ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}


.markermenuAbout ul li a{
background: #fde7dc url(../images/bullet1.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ec8348;
display:block;
width: auto;
padding: 8px 0;
padding-left: 40px;
text-decoration: none;
}



* html .markermenuAbout ul li a{ /*IE6 hack*/
width: 155px;
}


.markermenuAbout ul li a:visited, .markermenuAbout ul li a:active{
color: #ec8348;
}


.markermenuAbout ul li a:hover, .markermenuAbout ul li a.selected{
color: #ec8348;
/*background-color: #ffffff;*/
text-decoration:underline;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}


.blackwhite li a:hover{
background: black;
color: white;
}
