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

.markermenu{
	width: 210px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-size: 12px;
	margin: 0px;
	padding: 2px;

}

.markermenu ul{
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: url(../images/arrow.jpg);
	list-style-position: outside;
	padding: 4px;
	margin: 4px;
}

.markermenu ul li a{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	font-size: 12px;
}

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

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

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

.blackwhite li a{
background: white;
}

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