/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 148px;
	z-index: 1;
	clear: left;
	position: relative;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #386a93;
	background-image: url(bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 148px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #FFFFFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: #4480b1;
}

/* ######### Customized Drop Down ULs CSS (inherits from vertical-menu-base.css) ######### */

.blackwhite li a{
	background: #4480b1;
}

.blackwhite li a:hover{
	background: #4480b1;
	color: #990000;
}
