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

.markermenu{
	width: 150px; /*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;
	border: 0px  dotted #000;
	width: 260px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.markermenu ul li a{
	/*background: #374510 url(../images/bulletlist.gif) no-repeat 3px center;*/
	/*background-color:#374510;*/
	color: #860038;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7d7d7d;
}

* html .markermenu ul li a{ /*IE6 hack*/
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #f37919;
	/*background-color: black;*/
text-decoration:underline;
}

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

.blackwhite li a{
/*background: #AAC077;
background-color:transparent;*/
font-weight:bold;
}

.blackwhite li a:hover{
	/*background: #AAC077;
background-color:transparent;*/
color: #000;
	font-weight:bold;
}
