/* ######### Marker List Vertical Menu ######### */

.markermenu,.markermenu_topsearch,.markermenu2{
	width: 182px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul,.markermenu_topsearch ul, .markermenu2 ul{
	list-style-type: none;
	margin: 0;
	margin-top:-1px;
	padding: 0;
	border: 1px solid #ccc

}

.markermenu ul li a{
	background:#ecf2f7;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: black;	
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;

}
.markermenu{
	background:#ecf2f7;

	
}

.markermenu2 ul li a{
	background:#f4eeee;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: black;	
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;

}
.markermenu2{
	background:#f4eeee;

	
}
.markermenu_topsearch ul li{
	background:#f1f1f1;
}
.markermenu_topsearch ul li a{
	background:#f1f1f1;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: black;	
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;

}
* html .markermenu ul li a,* html .markermenu2 ul li a{ /*IE6 hack*/
	width: 182px;
}
* html .markermenu_topsearch ul li a{ /*IE6 hack*/
	width: 182px;
}
*:first-child+html .markermenu ul li a,*:first-child+html .markermenu2 ul li a{ /*IE7 hack*/
	width: 160px;
}
*:first-child+html .markermenu_topsearch ul li a{ /*IE7 hack*/
	width: 160px;
}
.markermenu ul li a:visited, .markermenu ul li a:active,.markermenu2 ul li a:visited, .markermenu2 ul li a:active{
	color: #00014e;
}
.markermenu_topsearch ul li a:visited, .markermenu_topsearch ul li a:active{
	color: #00014e;
}
.markermenu ul li a:hover, .markermenu ul li a.selected,.markermenu2 ul li a:hover, .markermenu2 ul li a.selected{
	color: black;
	background-color: #d9dee3;
}
.markermenu_topsearch ul li a:hover, .markermenu_topsearch ul li a.selected{
	color: black;
	background-color: #cac9c9;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #ecf2f7;
}

.blackwhite li a:hover{
	background: #d9dee3;
	color: black;
}