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

.markermenu{
	width: 220px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	margin: 0px;
	padding: 0px;
}

.markermenu ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #ECE8E3;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9A9A;
}

.markermenu ul li a{
	background: #ECE8E3;
	font: 13px "Trebuchet MS";
	color: #A99E94;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9A9A;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 220px;
	color: #A99E94;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #A99E94;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #FE8429;
background-color: white;
}

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

.blackwhite li a{
	background: #ECE8E3;
	font: 13px "Trebuchet MS";
	color: #A99E94;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #9a9a9a;
	border-right-color: #9a9a9a;
	border-bottom-color: #9a9a9a;
	border-left-color: #9a9a9a;
		padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.blackwhite li a:hover{
background: white;
color: #FE8429;
}