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

.markermenu {
	width: 110px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

	}

.markermenu ul{
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	border: 0px solid #9A9A9A;
	}

.markermenu ul li a{
	font: bold x-small Arial, sans-serif;
	color: #000;
	display: block;
	width: auto;
	padding: 0 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 0px solid #B5B5B5;
	}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000;
	}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000;
	background-color: #b3bcc7;
	display: block;
}

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

.blackwhite li a{
	background: #83fafe;
	}

.blackwhite li a:hover{
	background: #b3bcc7;
	color: #000;
	}