#mega-menu {
    position: relative;
    width: 100%;
    background: url(images/menu-bg.png) repeat-x top left;
    z-index: 1;
    height: 60px;
}

#mega-menu-wrapper {
    position: relative;
    width: 990px;
    margin: 0 auto 0 auto;
    z-index: 100;
}

/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dcjq-mega-menu ul.menu ul {
    display: none; /* Hides non-mega links */
}

.dcjq-mega-menu ul.menu .sub ul {
    display: block; /* overrides above hide */
}

/* Main menu styles */
.dcjq-mega-menu ul.menu {
    position: relative;
    float: left;
    font-family: 'oswaldregular';
    font-size: 17px;
    text-transform: uppercase;
    z-index: 900;
    margin: 0px 0 0px 0px;
    padding: 0;
    height: 60px;
    width: 100%;
}

.dcjq-mega-menu ul.menu li {
    float: left;
    font-weight: bold;
}

.dcjq-mega-menu ul.menu li a {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 5px 28px 10px 28px;
    color: #fff;
    width: 120px;
    height: 35px;
    line-height: 20px;
    border-left: 1px #AE5C54 solid;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}

.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {
    color: #fff;
    background: url(images/menu-bg-hover.png) repeat-x top left;
}

/* Home */
.dcjq-mega-menu ul li.first-menu-item a {
    background: url(images/home-button.png) no-repeat center left;
    padding: 15px 0 0 60px;
    width: 65px;
    height: 35px;
}

/* Home Hover */
.dcjq-mega-menu ul li.first-menu-item a:hover {
    background: url(images/home-button-hover.png) no-repeat center left;
}

/* Contact Us */
.dcjq-mega-menu ul li.last-menu-item a {
    border-right: 1px #AE5C54 solid;
    padding: 5px 60px 10px 28px;
    width: 65px;
    height: 35px;
}

/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
    padding-right: 28px; /* Additional padding for arrow */
    position: relative; /* Required for arrow positioning */
}

.dcjq-mega-menu ul.menu li a .dc-mega-icon {
    display: block;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 8px;
    height: 6px;
    background: url(images/menu/arrow.png) no-repeat 0 0;
}

.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {
    background-position: 0 100%;
}

/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
    position: absolute; /* Required */
    background: url(images/menu/bg_sub_left.png) no-repeat 0 100%;
    margin-top: 5px;
	margin-left: -3px;
    padding-left: 10px;
}

.dcjq-mega-menu ul.menu li .sub {
    background: url(images/menu/bg_sub.png) no-repeat 100% 100%;
    padding: 20px 20px 20px 10px;
}

.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
    padding: 20px 10px 0 0;
}

.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */
    width: 100%;
    overflow: hidden;
    clear: both;
}

.dcjq-mega-menu ul.menu li .sub li {
    float: none;
    font-size: 1em;
    font-weight: bold;
}

/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */
    float: left; /* Float the sub-menus and give them a fixed width to form the mega menu rows */
    width: 260px;
    margin: 0 10px 10px 10px;
    /*
border: 1px solid #ccc;
*/
}

.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */
    background: none;
    border: none;
    text-shadow: none;
    color: #111;
    padding: 7px 10px;
    display: block;
    float: none;
    text-decoration: none;
    font-size: 0.9em;
}

/* Sub-menu header a */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
    padding: 8px 10px 0px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #C6161D;
	background: #fff;
    width: 240px;
	height: 30px;
    font-size: 20px;
}

.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {
    color: #C6161D;
    text-shadow: none;
}

/* Style the 3rd level links */
.dcjq-mega-menu ul.menu li .sub li ul li {
    margin-right: 90px;
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {
    color: #444;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
	width: 240px;
	margin: 0;
    padding: 0px 0 0px 25px;
    background: url(images/menu/bullet.png) no-repeat 3px 8px;
}

.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {
    color: #990000;
    background-image: url(images/menu/bullet_on.png);
}

/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {
    padding: 20px 20px 20px 10px;
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
    width: 190px; /* Set the drop down width */
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
    padding: 7px 5px 7px 22px;
    background: url(images/menu/bullet.png) no-repeat 5px 12px;
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {
    color: #990000;
    background-image: url(images/menu/bullet_on.png);
}