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

.markermenu{
width: 170px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
	list-style-type: none;
	border: 0px  dotted #000;
	width: 170px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}

.markermenu ul li a{
	/*background-color:#374510;*/
	color: #1b0051;
	display: block;
	width:139px;
	padding-left: 23px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	/*	font-weight: bold;
	text-transform: uppercase;*/
	margin-left: 23px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	margin-right: 30px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../template/creek/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
}

* html .markermenu ul li a{ /*IE6 hack*/

}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000;
	/*background-color: black;*/
text-decoration:none;
}

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

.blackwhite li a{
/*background: #AAC077;
background-color:transparent;*/
font-weight:bold;
}

.blackwhite li a:hover{
	/*background: #AAC077;
background-color:transparent;*/
color: #000;
	font-weight:bold;
}
