/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	width: 190px; /*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;
	padding: 0;
	
}

.markermenu ul li a
{
	color: #00014e;
	display: block;
	width: auto;
	text-decoration: none;
	
}

* html .markermenu ul li a
{
	/*IE6 hack*/
	width: 190px;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color: #000000;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.markermenu ul li ul
{
	margin: 0px ;
	padding: 0px;
	list-style: none;
	
		
}
.blackwhite li a
{
	background: #003c94;
	display: block;
	width: 150px;
	padding:5px;
	color:#D4EDFF;
	border-bottom:1px solid #0083D8;
	font-weight:bold;
	font-size:8pt;

}

.blackwhite li a:hover
{
	
	color:#FDCE71;
	text-decoration:none;
}

