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

.markermenu{
width: 200px; /*width of side bar menu*/
margin-left: 20px;
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-bottom: 1px #8F6B00 dotted;
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
display: block;
width: auto;
padding: 5px 0;
padding-left: 40px;
border-bottom: 1px #8F6B00 dotted;
color: #713F26; 
text-decoration: none; 
background: #FFFFFF url(../images/DDMENU/bullet.jpg) no-repeat left;	
font: normal 12px Arial, Helvetica, sans-serif; 
}

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



.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #713F26; 
font: bold 12px Arial;
background-color: #FFFFFF;
text-decoration: none;
}

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

.blackwhite li a{
background: white;
width: 160px;
padding-left: 40px;
background: #FFFFFF url(../images/DDMENU/bullet.jpg) no-repeat left;
}

.blackwhite li a:hover{
padding-left: 40px;
background: #FFFFFF url(../images/DDMENU/bullet.jpg) no-repeat left;
color: #713F26; 
font: bold 12px Arial;
}
