/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 100%; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	display: block;

}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
}

.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9A9A9A;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 165px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	background-color: #FFF2F2;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #CCCCCC;
	background-image: url(../theme/glossybackhover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.blackwhite li a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(../theme/glossyback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
}
