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

.markermenu{
	width: 156px; /*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: 0;
	text-align:left;
	/*border: 1px solid #9A9A9A;*/
	/*margin: 5px 0;*/
}

.markermenu ul li a{
	background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
	font:bold 11px Verdana;
	color: #336699;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 17px;
	text-decoration: none;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	font:bold 11px Verdana;
	color: #000000;
	background-color: #bbe5ff;
	/*
	background-color: #f2f2f2;
	text-decoration:underline;
	*/
}

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

.blackwhite li a{
	font:bold 11px Verdana;
	color: #336699;
	background-color: #f2f2f2;
}

.blackwhite li a:hover{
	background-color: #bbe5ff;
	/*
	background-color: #f2f2f2;
	text-decoration:underline;
	*/
	font:bold 11px Verdana;
	color: #000000;
}