/* ######### Marker List Vertical Menu ######### */
.markermenu{
	font-family:Tahoma;
	font-size:11px;
	width: 214px; /*width of menu*/
	clear: left;
	position: relative;
	text-align:left;
}
.markermenu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 214px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
.markermenu ul li{
	background: url(../images/bg_menu_left.jpg) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	width: 214px;
	line-height:25px;
}
.markermenu ul li a{
	background: url(../js/bulletlist.gif) no-repeat 6px center; /*light gray background*/
	color: #27368f;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
}
* html .markermenu ul li a{ /*IE6 hack*/
	width: 188px;
	color: #27368f;
}
.markermenu ul li a{
	color: #27368f;
}
.markermenu ul li a:hover{
	color:#000000;
	text-decoration:none;
}

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

.blackwhite li a{
	padding:1px 0px 0px 0px;
	margin:0px;
}

.blackwhite li a:hover{
	padding:1px 0px 0px 0px;
	margin:0px;
	color: #000000;
}