.markermenu {
	width:190px;
	font: bold 12px Arial, Helvetica, sans-serif;
	clear:left;
	margin:0;
	padding:0;
	text-align:justify;
	position: relative;
}


.markermenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	
}

.markermenu ul li a{
	color:#0066cc;
	background-image:url(../images/bg_mn_left.jpg);
	background-repeat:repeat-x;
	border-bottom:1px #d4dce2 solid;
	border-right:1px #d4dce2 solid;
	border-left:1px #d4dce2 solid;
	border-top:1px #d4dce2 solid;
	display:block;
	padding-left:16px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:12px;
	line-height:16px;
	margin:0px;
	text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width:158px;
	margin:0;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color:#0066cc;
	margin:0;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:#bd0202;
	background-color:#037ea0;
	border-bottom:1px #00475b solid;
	border-right:1px #00475b solid;
	border-left:1px #039cc8 solid;
	border-top:1px #039cc8 solid;
	text-decoration:none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background:#1786c6;
	text-decoration:none;
	margin:0;
}

.blackwhite li a:hover{
	color:#bd0202;
	background:#009bc7;
	text-decoration:none;
	margin:0;
}