



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

}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
    display: block;
	width: auto;
	text-decoration: none;
	background: url("../images/nav_separate.png") no-repeat scroll left bottom transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:'oswaldbook';
	font-size:15px;
	font-weight:normal;
	color:#000!important;
	line-height:30px;
	text-decoration:none;
	padding:0 0 0 20px;
}


.markermenu ul li a:hover{
    font-family:'oswaldbook';
	font-size:15px;
	font-weight:normal;
	color:#FFF !important;
	line-height:30px;
	text-decoration:none;
}

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

