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

.markermenu{
width: 183px; /*width of side bar menu*/
clear: left;
height:29px;
line-height:29px;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;

}

.markermenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0px 0px;
	padding-left: 0px;
	
	
	text-decoration: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 157px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
		
	}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #CF1669;
	text-decoration:underline;
}

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

.blackwhite li a{
background: #EBEBEB;	

}

.blackwhite li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #000;
	color: white;

}
