
div.menu-area {
}

div.head-menu-layer {
border-top: 1px solid #f2f2f2;
max-width: 1280px;
margin: 0 auto;
}

.nav {
	width: 100%;
}

.nav,
.nav a,
.nav ul,
.nav li,
.nav div
 {
	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: 10000;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 18px;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	line-height: 22px;
	padding-right: 15px;
	border-right: 1px solid #e2e2e2;
font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #000;	
}

.nav > li > a:hover {
	color: #e22226;
}

.nav > li:hover > a {  }

.nav > li > a.catalog-menu {
	background-image: url(../images/menu_ico.png);
	background-position: left;
	background-repeat: no-repeat;	
	padding-left: 30px !important;
	color: #e22226;
}

.nav > li > a.order-menu {
	background-image: url(../images/order_ico.png);
	background-position: left;
	background-repeat: no-repeat;	
	padding-left: 30px !important;	
}

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

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%!important;
	top: 50px;
	left: 0;

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

	background: #ffffff;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #f2f2f2;

	-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;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);	
}

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

.nav .nav-column {
	float: left;
	width: 25%;
	padding: 5px 15px;
}

.nav .nav-column li a {
display: block;
font-family: 'Montserrat';
font-weight: 500;
font-size: 14px;
color: #000;
border-bottom: 1px dotted #e2e2e2;
padding: 12px 0px;
line-height: 16px!important;
}

.nav .nav-column li a:hover {
color: #e22226;
text-decoration: underline;
}