/* ######### Marker List Vertical Menu ######### */

.markermenu{
/*width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

	margin: 20px 9px 20px 8px;
	//margin: 20px 4px 20px 13px;
	background: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 242px;
	text-align: left;
}

.markermenu ul{
list-style-type: none;
/*margin: 5px 0;*/ margin: 0px;
padding: 0;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a, .markermenu ul li a:visited{
	background: url('../_img/main/men_norm.jpg') no-repeat left center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;

	height: 21px;
	padding: 6px 0px 0px 8px;
/*width: auto;*/width: 242px;

text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
/*width: 155px;*/width: 242px;
}

.markermenu ul li a:active{
color: #4e3925;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #4e3925;
	text-indent: 30px;
	background: url('../_img/main/men_over.jpg') no-repeat left center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a,
.blackwhite li a:visited {
background: #ffd54d; color: #5d462f;
text-align: left;
padding-left: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.blackwhite li a:hover,
.blackwhite li a:active {
background: #ffc716;
color: #000000;
}
