/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


#menu-wrapper {
	margin: 0 auto;
	width: 890px;



}


.nav a { text-decoration: none; }

.nav li { 
	list-style-type: disc;
	color: #000000;
}

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;

}

.menuoverlay {
	background: url(/images/menu-top-shadow.png) no-repeat left top, url(/images/slideshowbg02.png) no-repeat left top;
	height: 283px;
	width: 890px;


}
/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 20px 0 0;
	line-height: 54px;
	
	font-family: 'Ovo',serif;
	font-weight: bold;
	font-size: 14pt;
	color: #F5F6C0;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	text-decoration: none;
	text-shadow: 0 0 9px #B04223, 0 0 9px #B04223, 0 0 9px #B04223, 0 0 9px #B04223, 0 0 9px #B04223;


	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.navright > li > a {
	padding: 0 0 0 20px;
}

.nav > li:hover > a {  }

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: 'Ovo',serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 890px;
	height: 283px;
	top: 53px;
	left: -9px;
	border: 9px solid #7AAA8E;
	border-top: none;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.navright > li > div {
	right: -9px;
	left: auto;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 30%;
	padding: 2.5%;
	height: 237px;
}

.nav-column li {
	margin-left: 20px;
}



.nav h3 {
	background: none repeat scroll 0 0 #DFE8B7;
	bottom: 18px;
	color: #000000;
	font-family: 'Lobster',cursive;
	font-size: 30pt;
	font-weight: bold;
	left: 0;
	line-height: 18px;
	margin: 0;
	padding: 16px 0 16px 24px;
	position: absolute;

	width: 866px;
	opacity: 0.85;
}

.nav h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: 'Ovo',serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.nav .nav-column li a:hover { color: #B04223; }