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

.markermenu{
	width: 154px; /*width of side bar menu*/
	clear: left;
	position: relative;

}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #0066CC;
	display: block;
	width: auto;
	padding-left: 20px;
	background-image: url(bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 154px;
}

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

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

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

.blackwhite li a{
	background-color: E9E9E9;
}

.blackwhite li a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
