#menubar {width:230px;
float:left;

}

.toggleMenu {
	display:  none;
	background:url(../images/nav.png) no-repeat 10px center #2b5430;
	padding: 0 3.5% 0 0;
	color: #fff;
	width:96.5%;
	text-align:right;
	margin:0 auto;
	font: 900 20px/49px "Palatino Linotype";
}

.toggleMenu:hover {
	color: #fff;
}
.nav {
	padding:0;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 100%;
	padding:0 !important;
	
}

.nav a {
	
	color:#000;
	font: 400 14px/16px "Palatino Linotype"!important;
	border-bottom:1px solid #000;
	margin-bottom:3px;
	text-decoration:none;
	background: url("../images/list-style.png") no-repeat scroll 7px 11px #bbbc8f!important;
    border-bottom: 1px solid #000;
    color: #333333;
    display: block;
    font: 400 14px/16px "Times New Roman",Times,serif;
    margin-bottom: 3px;
    padding: 5px 5px 5px 17px;
	
	
	
	
	
	
	
	
	
	
	
}
.nav a:hover {
	background:url(../images/list-style.png) no-repeat 7px center  #8fbc8f !important;
	text-decoration:none;
	color:#FFF;
}
.nav li a.active {
	background:url(../images/list-style.png) no-repeat 7px center  #8fbc8f !important;
	text-decoration:none;
	color:#FFF;
}

.nav li {
	position: relative;
	list-style:none;
	
}
.nav > li {
	
}
.nav > li > .parent {
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left:99%;
	z-index:999999px;
	top:0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li ul a{background:#2b5430 !important;
    border-bottom: 1px dashed #8fbc8f;
    color: #fff !important;
    margin-bottom: 0;
    padding: 5px 0 7px 17px;
	font: 400 14px/16px "Palatino Linotype"!important;}

 @media screen and (max-width: 900px) {
	 #menubar {width:100%;

}
 .active {
 display: block;
}
 .nav {
 list-style: none;
 position:relative;
 z-index:9999;

}
 .nav > li {
 float: none;
}
 .nav > li > .parent {
 background-position: 95% 50%;
}
 .nav ul {
 display: block;
 width: 100%;
}
 .nav > li.hover > ul, .nav li li.hover ul {
 position: static;
}
}
