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

.markermenu{
	width: 183px; /*width of side bar menu*/
	clear: left;
	position: relative;
}

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

.markermenu ul li a{
	color: #000;
	display: block;
	padding-left: 20px;
	border-bottom: 1px solid #B5B5B5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	width: auto;
	background-color: #FFF;
	background-image: url(bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin: 0px;
	text-decoration: none;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: #0093B1;
}

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

.blackwhite li a{
	background-color: #FFF;
}

.blackwhite li a:hover{
	background: #0093B1;
	color: white;
}
