/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 155px; /*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-top: 15px;
	margin-left: 6px;
	padding: 0px;
	border: 1px solid #1186cd;
	z-index: 100;
	text-align: left;
}

.markermenu ul li a{
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 3px;
	text-decoration: none;
	border-bottom: 1px solid #759ab0;
	background-color: #b8dcf2;
	background-image: url(../images/nav_bkg.jpg);
	background-position: center center;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 145px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/nav_bkg_over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
