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

.markermenu{
width: 170px; /*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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #6d1013;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	
	padding-right: 0;
	padding-bottom: 3px;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #E72226;
	background-image: url(bulletlist.gif);
	background-color: black;
	
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	color: white;
	background-color: #000000;
}
