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

.markermenu{
width: 182px; /*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: 0px solid #9A9A9A;
}
.markermenu ul li{
	height:28px;
	padding-top:0px;
	line-height:28px !important;
	height:28px !important;
}
.markermenu ul li a{
	display: block;
	width: auto;
	padding: 0px 0;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202123;
	text-decoration:none;
	background:url(../images/l_mnu_bg.gif) top repeat-x;	
	height:28px !important;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: auto;
	height:28px !important;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color:#202123;
	text-decoration:none;
	height:28px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202123;
	text-decoration:none;
	background:url(../images/l_mnu_bg1.gif) top repeat-x !important;
	height:28px;
}

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

.blackwhite li a{
height:22px;
}

.blackwhite li a:hover{
color:#202123;
height:22px !important;
}