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

.markermenu{
	width: 192px; /*width of side bar menu*/
	clear: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.2em;
}
#ddsidemenubar {
	background-image: url(images/gff_bg_red.gif);
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: auto;
	width: 192px;
	left: 0px;
	top: 222px;
}

.markermenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	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;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 45px;
	text-decoration: none;
	border-bottom: 0px solid #B5B5B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20;
	padding-bottom: 25px;
	background-image: url(images/up_bg_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: black;
	background-image: url(images/over_bg_03.gif);
}

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

.blackwhite li a{
	background-color: #C72A23;
	padding-left: 20px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	border: 1% solid #666666;
}

.blackwhite li a:hover{
	color: #93030A;
	background-color: #FFFFFF;
}
