/* Superlative Vertical Drop-down Menus - Light */

.nav-wrap {
	height: 50px;
	width: 100%;
	clear: both;
	float: left;
	display: block;
	position: relative;
	background: url(../images/nav-bg.png) top center no-repeat;
	z-index: 999;
}

.nav-wrap2 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 50px;
}

.nav-under {
	background: #a0b18c;
	height: 6px;
	display: block;
	width: 1000px;
	bottom: 0px;
	margin: 0 auto;	
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/* IE 5-7 */
	filter: alpha(opacity=75);
	/* Netscape */
	-moz-opacity: 0.75;
	/* Safari 1.x */
	-khtml-opacity: 0.75;
	/* Good browsers */
	opacity: 0.75;
}

.navigation {
	font-family: 'Questrial', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	z-index:998;
	width: 1000px;
	height: auto;
	display: block;
	text-align:left;
	position:relative;
	padding:0;
	clear:both;
	margin:0 auto;
}

.navigation li {
	float: left;
	position: relative;
	list-style: none;
	width: auto;
	text-align:center;
	margin:0;
	padding:0;
}

/* main level link */

.navigation a {
	z-index:998;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0;
	text-shadow: 0px -1px 0px #4e5348; 
	padding:15px 0px 15px 0px;
	text-align:center;
	border-left:1px solid #838e7a;
	border-right:1px solid #cacfc3;
	width:198px;
	height:15px;
	-moz-transition: all 300ms; 
	-webkit-transition: all 300ms;  
	-ms-transition: all 300ms;  
	-o-transition: all 300ms;  
	transition: all 300ms;
}

.navigation li:first-child a{
	border-left:1px solid #cacfc3;
}

.navigation li:first-child a:hover{
	border-right:1px solid #000;
}

.navigation li:last-child a{
	border-right:1px solid #cacfc3;
}

.navigation li:last-child a:hover{
	border-right:1px solid #000;
}

/* main level link hover */

.navigation .current a, .navigation li:hover > a {
	padding:15px 0px 15px 0px;
	height:15px;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	box-shadow: inset 0px 0px 25px #000;
	background: #515849; /* Old browsers */
}

/* sub levels link hover */

.navigation ul li:hover a {
	font-family:'Open Sans', Helvetica, Arial, sans-serif !important;
	background: none;
	color: #FFF;
	text-shadow:0px -1px 0px #000;
	box-shadow: none;
	font-size:12px;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	height:auto;
	text-align:left;
	border-top: 1px solid #bbb39f;
	border-bottom: 1px solid #928a76;
	-moz-transition: all 300ms; 
	-webkit-transition: all 300ms;  
	-ms-transition: all 300ms;  
	-o-transition: all 300ms;  
	transition: all 300ms;
}

.navigation li:hover li a {
	font-family:'Open Sans', Helvetica, Arial, sans-serif !important;
	background: none;
	color: #212b42;
	text-shadow:0px 1px 0px #fff;
	box-shadow: none;
	font-size:11px;
	padding:10px 10px 10px 10px;
	width:178px;
	font-weight:bold;
	height:auto;
	border-top: 1px solid #eaebe1;
	border-bottom: 1px solid #9c9f85;
	text-align:left;
	-moz-transition: all 300ms; 
	-webkit-transition: all 300ms;  
	-ms-transition: all 300ms;  
	-o-transition: all 300ms;  
	transition: all 300ms;
	text-transform: none;
}

.navigation ul a:hover {
	border-top: 1px solid #000!important;
	border-bottom: 1px solid #000!important;
	padding:10px 5px 10px 15px !important;
	color: #FFF !important;
	border-radius: 0; 
	box-shadow: inset 0px 0px 25px #000!important;
	text-shadow: 0 -1px 0px #000!important;
	background: #515849!important;
}

.navigation ul li:first-child a{
	border-top: none !important;
	border-bottom: 1px #9c9f85 solid !important;
}

.navigation ul li:first-child a:hover{
	border-top: none !important;
	border-bottom: 1px solid #000 !important;
}

.navigation ul li:last-child a{
	border-top: 1px solid #eaebe1;
	border-bottom: none!important;
}

.navigation ul li:last-child a:hover{
	border-top: 1px solid #000!important;
	border-bottom: 1px solid #000 !important;
}

/* dropdown */

.navigation li:hover > ul {
	display: block;
	overflow:hidden;
}

/* level 2 list */

.navigation ul {  
	z-index:999;
	display: none;
	margin: 0;
	padding: 0;
	width: 198px;
	position: absolute;
	top: 45px;
	left: 0;
	border: solid 1px #000;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 1px 3px #000;	
	background: #dfe1d1;
	background: -moz-linear-gradient(top,  #dfe1d1 0%, #b8bb9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe1d1), color-stop(100%,#b8bb9f));
	background: -webkit-linear-gradient(top,  #dfe1d1 0%,#b8bb9f 100%);
	background: -o-linear-gradient(top,  #dfe1d1 0%,#b8bb9f 100%);
	background: -ms-linear-gradient(top,  #dfe1d1 0%,#b8bb9f 100%);
	background: linear-gradient(top,  #dfe1d1 0%,#b8bb9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe1d1', endColorstr='#b8bb9f',GradientType=0 );
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* IE 5-7 */
	filter: alpha(opacity=90);
	/* Netscape */
	-moz-opacity: 0.9;
	/* Safari 1.x */
	-khtml-opacity: 0.9;
	/* Good browsers */
	opacity: 0.9;
}

.navigation ul li {
	float: none;
	margin: 0;
	padding: 0;
}

.navigation ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */

.navigation ul ul {
	left: 181px;
	top: -1px;
}

/* rounded corners of first and last link */

.navigation ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.navigation ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

/* clearfix */

.navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.navigation {
	display: inline-block;
}

html[xmlns] .navigation {
	display: block;
}
 
* html .navigation {
	height: 1%;
}