/* ######### 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;
	padding: 0;
	border: 1px solid #9A9A9A;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #010040;
	font-weight: bold;
	color: #FFFFFF;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 3px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	background-color: #010040;
	background-image: url(/ddlevelsmenu/ddlevelsfiles/bulletlist.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
	padding-top: 3px;
	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;
background-color: #010040;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #010040;
background-color: #ADBCE7;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
color: #010040;
}

.blackwhite li a:hover{
background: #010040;
color: white;
}