
/* Vertical Mega Menu Styles */
.mega-menu .menu {
	line-height: 16px;
	background: #16160e;
	filter: Alpha(opacity=90);
	opacity: 0.9;
	position: relative; /* Required */
}

.mega-menu .menu li a {
	display: block;
	color: #fff;
	padding: 12px;
	text-decoration: none;
}

.mega-menu .menu li a:hover, .mega-menu .menu li.mega-hover a {
	background: #2d2d1d;
	filter: Alpha(opacity=90);
	opacity: 0.9;
}

.mega-menu .menu li a.dc-mega {
	position: relative;
}

/* Add arrow icon to parent links */
.mega-menu .menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
	width: 6px;
	height: 8px;
	background: url(img/arrow_right.png) no-repeat -6px 0;
}

.mega-menu .menu li a:hover .dc-mega-icon, .mega-menu .menu li.mega-hover a .dc-mega-icon {
	background-position: 0 0;
}

/* Mega menu container */
.mega-menu .menu li .sub-container {
	position: absolute; /* Required */
	overflow: hidden;
	background: url(img/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow */
	padding: 0 13px 17px 0; /* Padding for drop shadow */
}

.mega-menu .menu li .sub-container .sub {
	border: none;
	padding: 15px 15px 5px 15px;
	background: #fff url(img/bg_grad_top.png) repeat-x 0 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
}

.mega-menu .menu li .sub .row {
	width: 100%;
	overflow: hidden; /* Clear floats */
}

.mega-menu .menu li .sub li {
	float: none;
	width: 160px;
	font-size: 1em;
	font-weight: normal;
}

.mega-menu .menu li .sub li.mega-hdr {
	float: left; /* Required */
	margin: 0 5px 10px 5px;
}

.mega-menu .menu li .sub a, .mega-menu .menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	margin-bottom: 0;
}

.mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a {
	background: url(img/bg_nav.png) repeat-x 0 -40px;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #000;
	text-shadow: none;
}

.mega-menu .menu .sub li.mega-hdr li {
	margin-bottom: 3px;
}

.mega-menu .menu .sub li a {
	padding: 3px 3px 3px 15px;
	background: url(img/bullet.png) no-repeat 3px 8px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
}

.mega-menu .menu .sub li a:hover {
	color: #fff;
	background: #000 url(img/bullet_white.png) no-repeat 5px 8px;
}

.mega-menu .menu .sub ul li {
	padding-right: 0;
}

/* Custom mega menu styling */
.mega-menu .menu li#menu-item-1 .sub .row {
	padding: 10px 10px 0 40px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: url(img/atype.png) no-repeat 0 center;
}

.mega-menu .menu li#menu-item-1 .sub .row.last {
	background: url(img/btype.png) no-repeat 0 0;
}

.mega-menu .menu li#menu-item-1 .sub li.mega-hdr {
	padding: 75px 0 0;
}

li#menu-item-4.mega-hdr {
	background: url(img/1.jpg) no-repeat center 0;
}

li#menu-item-5.mega-hdr {
	background: url(img/2.jpg) no-repeat center 0;
}

li#menu-item-6.mega-hdr {
	background: url(img/3.jpg) no-repeat center 0;
}

li#menu-item-7.mega-hdr {
	background: url(img/4.jpg) no-repeat center 0;
}

li#menu-item-8.mega-hdr {
	background: url(img/5.jpg) no-repeat center 0;
}

li#menu-item-9.mega-hdr {
	background: url(img/6.jpg) no-repeat center 0;
}


li#menu-item-3 li.mega-hdr {
	padding: 120px 0 0;
}

li#menu-item-15.mega-hdr {
	background: url(img/10.jpg) no-repeat center 0;
}

li#menu-item-16.mega-hdr {
	background: url(img/11.jpg) no-repeat center 0;
}

li#menu-item-17.mega-hdr {
	background: url(img/12.jpg) no-repeat center 0;
}


/* Styling for menu items with only 2 levels */
.mega-menu .menu li .sub-container.non-mega .sub {
	padding: 10px;
	background: #fff;
}

.mega-menu .menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 150px;
	float: none;
}

/* Custom styling for 2 levels */
.mega-menu .menu li#menu-item-2 .sub-container.non-mega .sub {
	width: 480px;
	height: 180px;
	padding: 20px 10px 10px;
}

.mega-menu .menu li#menu-item-2 .sub-container.non-mega li {
	float: left;
}

li#menu-item-12, li#menu-item-13, li#menu-item-14 {
	padding: 150px 0 0;
	margin-right: 10px;
}

li#menu-item-12 {
	background: url(img/7.jpg) no-repeat center 0;
}

li#menu-item-13 {
	background: url(img/8.jpg) no-repeat center 0;
}

li#menu-item-14 {
	background: url(img/9.jpg) no-repeat center 0;
}
