/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 210px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	text-decoration: none;
	text-align: left;
	border: 0px solid #daedfe;
}

.markermenu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	border: 0px solid #1581C2;
	text-decoration: none;
}

.markermenu ul li a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #daedfe;
	background-position: 3px center;
	background-color: #45BCDA;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: #1581C2;
	text-decoration: none;
	background-image: url(none);
}

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

.blackwhite li a{
	background: #45BCDA;
	color: white;
	text-decoration: none;
}

.blackwhite li a:hover{
	background: #1581C2;
	color: white;
	text-decoration: none;
}
