/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	width:150px; 			/*width of side bar menu*/
	clear: left;
	position: relative; 	/*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul
{
	width:150px;
	list-style-type: none;
	margin: 0px; margin-top:5px;
	padding: 0px;
}

.markermenu ul li a
{
	background-color:#D2D2D2;
	font: bold 14px Verdana,Tahoma, Helvetica, sans-serif;
	text-decoration: none; 	text-align:center;
	color: #494949;	
	display: block;
	width:140px; padding-top:4px; padding-bottom:4px; padding-right:10px;

}

* html .markermenu ul li a{ /*IE6 hack*/
	width:140px;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #494949;	font-size:14px;
	width:140px; padding-top:4px; padding-bottom:4px; padding-right:10px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color: #FF6900; font-size:14px;
	background-color: #E8E8E8;
	width:140px; padding-top:4px; padding-bottom:4px; padding-right:10px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
	background: #D2D2D2;
	width:140px; padding-top:4px; padding-bottom:4px; padding-right:10px;
	color:#000000; font-size:10px; font-weight:normal;
}

.blackwhite li a:hover
{
	background: #E8E8E8;
	width:140px; padding-top:4px; padding-bottom:4px; padding-right:10px;	
	color: #000000; 	font-size:10px; font-weight:normal;	
}
