/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: auto; /*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: 0;
padding: 0;
border: 1px solid #A6B692;
}

.markermenu ul li a{
background: url(../images/submenubg.gif) repeat-x 3px center; /*light gray background*/
font:12px "Century Gothic",Georgia, "Times New Roman", Times, serif;
color: #003A00;
display: block;
width: auto;
height:24px;
padding:5px 10px 0px 10px;
text-decoration: none;
border-bottom: 1px solid #A6B692;
text-transform:capitalize
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
background: url(../images/submenubg.gif) repeat-x 3px center; /*light gray background*/
font:12px "Century Gothic",Georgia, "Times New Roman", Times, serif;
color: #003A00;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background: url(../images/submenubg.gif) repeat-x 3px center; /*light gray background*/
font:12px "Century Gothic",Georgia, "Times New Roman", Times, serif;
color: #003A00;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: url(../images/submenubg.gif) repeat-x 3px center; /*light gray background*/
font:12px "Century Gothic",Georgia, "Times New Roman", Times, serif;
color: #003A00;
}

.blackwhite li a:hover{
background: #F0F6EC;
}