/* Reset */
.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;
}
.nav > li{position:static !important;}
/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	
}

#css3-megamenu-wrapper{display:inline; vertical-align:top;}

.nav > li:hover > a { background:  #EAEAFF; color:#000000}

.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: Helvetica, Arial, sans-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: 100%;
	top: 56px;
	left: 0;

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

	background:  #EAEAFF;
	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 0.15s linear .15s;
	*/
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	/*Animation effects*/
	-webkit-animation: myfirst 0.45s; /* Chrome, Safari, Opera */
    animation: myfirst 0.45s;
	
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
   from {top: 120px; opacity: 0;}
    to {top: 57px; opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
    from {top: 120px; opacity: 0;}
    to {top: 57px; opacity: 1;}
}


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

.nav .nav-column img{
    border:0px;
    max-height: 100px;
}

.nav .nav-column img:hover{
    opacity:.5;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 21px;	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #E47911;
	text-transform: uppercase;
}

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

.nav .nav-column li a {
	display: block;
	line-height: 27px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
}

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

#css3-megamenu-wrapper{text-align:center}
#css3-megamenu-wrapper .nav-columns-container { box-shadow: 0px 0px 15px #333333;
                                                border-radius:10px; 
                                                background-color:#FFFFFF;
                                                border: 5px khaki solid}

#css3-megamenu-wrapper .menu-image-container{height:109px}

#css3-megamenu-wrapper .menu-image-container a img{margin:auto; max-height:108px}