/* ######### Marker List Vertical Menu ######### */

.markermenu{
	 /*width: 165px;	width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
* html .markermenu{
	width: 170px;
}

.markermenu ul{
	list-style-type: none;
	padding: 0;
}
* html .markermenu ul{
	margin: 0 10px;
}

.markermenu ul li a{
	background: url(../images/nav/nav-bg.png) no-repeat center; /*light gray background*/
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 18px 0 18px 20px;
	text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 160px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background: url(../images/nav/nav-bg-hover.png) no-repeat center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: white;
}

.blackwhite li a:hover{
	background: black;
	color: white;
}