/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	background-color: #9AC0C0;
	width: 203px;/* width of side bar menu*/
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0px solid #9A9A9A; 
}

.markermenu ul li a
{
	
	/*background: #F2F2F2 url(../images/bulletlist.gif) no-repeat 3px center; */
	font: bold 12px Arial,"Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 1px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff; background-color: #9AC0C0;
	line-height:190%;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
/*color: black;
background-color: */ 
background-color: #FFB600;
color: black;
;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
font: normal 11px Arial;
}

.blackwhite li a:hover{
/*background: black;
color: white;
background-color: #FFD998;*/
background-color: #006264;
color: white;
}