/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 135px; /*width of side bar menu*/
	clear: right;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	margin-left: 0px;/* padding: 0px 3px 3px 0px; */
}

.markermenu ul{
	list-style-type: none;

	margin: 0px;
	padding: 0px;

	/* border: 1px solid #9A9A9A; */
}

.markermenu ul li a{
	/*background: #FFFFFF url(bulletlist.gif) no-repeat 0px center;   light gray background
background: #FFFFFF url(bulletlist.gif) no-repeat 3px left; */  /* light gray background*/


	color: #999999;
	display: block;
	width: auto;
	/* padding: 3px; */
	padding: 2px 0px; 
	padding-left: 12px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	/* margin: 1px 0px  1px 0px; */
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 135px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #999999;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 12px;
	background: #FFFFFF url(bulletlist.gif) no-repeat 0px center;   
	background-repeat: no-repeat;
} 

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
/* background: white;
background:#0071BB;
color: #015EB7;
*/
	color: #0071BB;
	background-color: #FFFFFF;
/*
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
*/
}

