/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width:161px;
	min-height:100px;
	height:auto !important;
	height:100px;
/*	background-image:url(../img/left-bg.gif);
	background-repeat:repeat-y;
	background-color:#f4f4f4; */
	color:#466d09;
	font-family:tahoma, arial, "times New Roman";
	float:left;
}

.markermenu ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	width:160px;
}

.markermenu ul li a{
	font-family:tahoma, arial, "times New Roman";
	font-size:7.9pt;
	font-weight:bold;
	color: #5c5c5c;
	display: block;
	width: auto;
	padding-top:8.6px;
	padding-bottom:8.6px;
	.padding-top:8px;
	.padding-bottom:7px;
	padding-left: 40px;
	text-decoration: none;
	background-image:url(../img/plus.gif);
	background-repeat:no-repeat;
	background-position:10px 13px;
/*	border-bottom: 1px dotted #c6c4c4; */
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 150px;
	padding-top:7px;
	padding-bottom:7px;
}

.markermenu ul li  .markermenu ul li a:active{
	color: #ff9828;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:#ff9828;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #DFECF9;
}

.blackwhite li a:hover{
	color:#ff9828;
	background: white;
}
