/* ######### Marker List Vertical Menu ######### */

.markermenu {
	width: 215px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	background-color:#84adcc;
	margin:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.markermenu ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.markermenu ul li a {
	color: #FFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	background-color: #84adcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
* html .markermenu ul li a { /*IE6 hack*/
	width: 155px;
	background-color: #84adcc;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
	color: #e6e6e6;
	background-color: #084adcc;
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
	background-color: #e6e6e6;
	color: #363636;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a {
	background-color: #84ADCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.blackwhite li a:hover {
	color: #FFF;
	background-color: #044278;
}
