/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 160px; /*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;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fff;
}

.markermenu ul li a{
	background: url(bulletlist.gif) no-repeat 4px center; /*light gray background*/
	color: #1258A0;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	line-height: 26px;
	text-decoration: none;
	border-top: 1px solid #C0DFF2;
	border-bottom: 0px solid #69B3EF;
}
.markermenu ul li a#top{
	border-top: 0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 160px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #006CB0;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FC6410;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: white;
}

.blackwhite li a:hover{
	background: black;
	color: white;
}