#menu-wrap, #menu-wrap ul { 
	background-color: #1e2a30;
	background-image: none;
	color: #fff;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
	border: none;
	list-style: none;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	background-image: none;
	color: #fff;
	font-family: inherit;
	font-size:  14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding:  0px  20px  0px  20px;
	line-height:  30px;
	border: none;
	list-style: none;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #1e2a30;
	background-image: none;
	color: #97a78c;
	font-family: inherit;
	font-size:  14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	border: none;
	list-style: none;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #1e2a30;
	background-image: none;
	color: #b8ec94;
	font-family: inherit;
	font-size:  14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #2d414b;
	background-image: none;
	color: #fff;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  20px  5px  20px;
	line-height:  15px;
	border: none;
	list-style: none;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #2d414b !important;
	background-image: none;
	color: #fff !important;
	font-family: inherit !important;
	font-size:  12px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a:hover { 
	background-color: #37505d !important;
	background-image: none;
	color: #fff !important;
	font-family: inherit!important;
	font-size:  12px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #11232c;
	background-image: none;
	color: #fff;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
	border: none;
	list-style: none;
}

#menu-wrap ul li { background: none;}

#menu-wrap { 
	position: absolute;
		left: 310px;
		top: 10px;
		width: 550px;
		/*height: 43px;*/
		margin: 0;
		padding: 0;
}

#menu-wrap ul ul { 
	top:  30px;
}

