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

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

}

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

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: 185px;
	padding-left: 18px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4;
	padding-bottom: 4px;
	background-image: url(../images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: #2C91DC;
	margin: 1px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 155px;
	border-right-color: #DB261D;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	background-color: #C4D2F4;
	font-weight: normal;
	text-decoration: none;
	color: #071025;
}

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

.blackwhite li a{
	background-color: #E0EDE4;
	background-image: url(../theme/glossybackhover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

.blackwhite li a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #32563D;
	background-image: url(../theme/glossyback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 10px;
}
