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

.markermenu{
	width: 196px; /*width of side bar menu*/
	clear: right;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px none #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

.markermenu ul li a{
	color: #666666;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px none #B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 3px center;
	text-align: right;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666666;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #FF6600;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	color: white;
	background-color: #FF6600;
}
