/* Reset */
html,
body{height:100%}


#menu-wrapper{
	margin:0 auto;
	width:86%;
	    min-width: 980px;
	position:relative;
	left:0px;
	padding: 0px;
  }


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

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
		width: 100%;
	height: 52px;
	background: #3c3c3b;
  
  z-index:90;
  border-radius: 8px 8px 0px 0px;
}

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

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 20px;
	line-height: 54px;
	
	font-weight: bold;
	font-size: 14px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	-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:hover > a { background: #004982
; }

.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 #004982;
}

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

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

	background: #004982
;

	-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: #004982 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: 100%;
	top: 54px;
	left: 0;

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

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

	-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;
	box-shadow: 
		  inset 0 -2px 0 #3c3c3b, 
		  inset 0 -2px 0px #3c3c3b, 
		  inset 0 2px 0px #3c3c3b, 
		  inset 1px 0 0px #3c3c3b, 
		  inset -1px 0 0px #3c3c3b, 
		  0 1px 0px rgba(0, 0, 0, 0.1), 
		  0 2px 0px rgba(0, 0, 0, 0.06), 
		  0 3px 0px rgba(0, 0, 0, 0.17), 
		  2px 1px 0px rgba(0, 0, 0, 0.05), 
		  -2px 1px 0px rgba(0, 0, 0, 0.05);
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	border-radius: 8px;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 23%;
	padding: 5px 0% 20px 1.5%;
}

.nav .nav-column2 {
	float: left;
	width: 31%;
	padding: 5px 0% 20px 1.5%;
}

.nav .nav-column h3 {
	margin: 15px 0 0px 0px;
	padding: 10px;
	line-height: 18px;
	
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background:  #3c3c3b;
	text-transform: uppercase;border-radius : 10px 10px 0px 0px;
}

.nav .nav-column2 h3 {
	margin: 15px 0 0px 0px;
	padding: 10px;
	line-height: 18px;
	
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background:  #3c3c3b;
	text-transform: uppercase;border-radius : 10px 10px 0px 0px;
}

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

.nav .nav-column h4 {
	margin: 0px;
	padding : 10px;
	line-height: 18px;
	
	font-weight: bold;
	font-size: 13px;
	color: #004982
;    
	background: #9ad7ef;
	text-transform: uppercase;
}


.nav .nav-column ul {
	display: block;
	padding : 5px; 
	background : #EEEEEE;
}

.nav .nav-column li a {
	display: block;
	line-height: 22px;
	padding: 1px 8px;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
}

.nav .nav-column li a:hover { color: #FFFFFF;
background: #3c3c3b
;
border-radius: 5px;}