/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 227px;
	clear: left;
	position: relative;
	left: 0;
	top: 0;

}

.markermenu ul{
list-style-type:none;
margin: 5px 0;
padding: 0;
border: 0px solid #006437;
}

.markermenu ul li a{
background: #f4e9e1 url(bulletlist.gif) no-repeat 0px center; /*light gray background*/
font: bold 11px Arial, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 10px 10px 10px 30px;
text-decoration: none;
border-bottom: 1px dotted #a69b93;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 227px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #3d2910;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-color:  #f8a56f;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #f4e9e1;
}

.blackwhite li a:hover{
background: #f8a56f;
color: #ffffff;
}
.text-bold-black {

	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
