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

.markermenu{
width: 175px; /*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: 5px 0;
	padding: 0;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.markermenu ul li a{
	font: bold 11px Tahoma;
	color: #ffffff;
	display: block;
	height:20px;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	background-color: #000000;
	background-image: url(bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #ffffff;
	background: #black;
}

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

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

.blackwhite li a{
background: #b72828;
color: white;
}

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