/* Mega Menu Styles */
.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

.mega-menu-theme .menu-side-left
{
    /*background: #7F7F7F url("../images/bg_theme.png") repeat-x left top;*/
	height: 40px;
	width: 0px;
	position: absolute;
	left: -5px;
	margin-top:0px;
	z-index:10;
}
.mega-menu-theme .menu-side-right
{
    /*background: #7F7F7F url("../images/bg_theme.png") repeat-x left top;*/
	height: 40px;
	width: 0px;
	position: absolute;
	right: -5px;
    margin-top:-40px;
    z-index:10;
}

.mega-menu-theme {font: normal 12px Arial, sans-serif; line-height: 16px;}
.mega-menu-theme ul.mega-menu, .mega-menu-theme ul.mega-menu, .mega-menu-theme ul.mega-menu li {margin: 0; padding: 0; border-right: 1px solid #9E9E9E;}
.mega-menu-theme ul.mega-menu li:last-child {border-right: none;}
.mega-menu-theme ul.mega-menu 
{
    /*background: #7F7F7F url(../images/bg_theme.png) repeat-x 0 100%; */
background: rgba(216,216,216,1);
background: -moz-linear-gradient(left, rgba(216,216,216,1) 0%, rgba(239, 239, 239,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(239, 239, 239,0)));
background: -webkit-linear-gradient(left, rgba(216,216,216,1) 0%, rgba(239, 239, 239,0) 100%);
background: -o-linear-gradient(left, rgba(216,216,216,1) 0%, rgba(239, 239, 239,0) 100%);
background: -ms-linear-gradient(left, rgba(216,216,216,1) 0%, rgba(239, 239, 239,0) 100%);
background: linear-gradient(to right, rgba(216,216,216,1) 0%, rgba(239, 239, 239,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d8d8d8', GradientType=1 ); zoom:1;
box-shadow: 0 1px 2px 1px #9E9E9E;
                               width: 100%; height: 40px; 
                               /*border-right: 1px solid #7F7F7F; border-left: 1px solid #7F7F7F; */
border-left:none;
position: relative;}
.mega-menu-theme ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 14px; font-weight: bold;}
.mega-menu-theme ul.mega-menu li a {float: left; display: block; color: #706f6f; padding: 12px 15px 12px 10px; 
                                    /*background: url(../images/bg_theme.png) repeat-x 100% 0; */
                                    background:none;
text-shadow: none; text-decoration: none;}
.mega-menu-theme ul.mega-menu li.active {background-color:#FFF;}
.mega-menu-theme ul.mega-menu li.active a {}
.mega-menu-theme ul.mega-menu li a.dc-mega {position: relative;}
.mega-menu-theme ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 5px; width: 8px; height: 6px; background: url(../images/arrow.png) no-repeat 0 0;}
.mega-menu-theme ul.mega-menu li.mega-hover a, .mega-menu-theme ul.mega-menu li a:hover {background-position: 100% 0px; color: #9E9E9E; text-shadow: none;}
.mega-menu-theme ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
.mega-menu-theme ul.mega-menu li .sub-container {position: absolute; background: url(../images/bg_sub_left.png) no-repeat 0 100%; padding-left: 5px; margin-left: -3px;}
.mega-menu-theme ul.mega-menu li .sub {background: url(../images/bg_sub.png) no-repeat 100% 100%; padding: 20px 20px 20px 10px;}
.mega-menu-theme ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;}
.mega-menu-theme ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
.mega-menu-theme ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;}
.mega-menu-theme ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
.mega-menu-theme ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
.mega-menu-theme ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #000; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;}
.mega-menu-theme ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; 
/*background: #7F7F7F url(../images/bg_mega_hdr.png) no-repeat 0 0;*/ 
text-transform: uppercase; font-weight: bold; color: #706f6f; text-shadow: none;}
.mega-menu-theme ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #666; text-shadow: none;}
.mega-menu-theme ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(../images/arrow_off.png) no-repeat 5px 8px; font-weight: normal;}
.mega-menu-theme ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(../images/arrow_on.png) no-repeat 5px 8px;}
.mega-menu-theme ul.mega-menu .sub ul li {padding-right: 0;}
.mega-menu-theme ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;}
.mega-menu-theme ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;}
.mega-menu-theme ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(../images/arrow_off.png) no-repeat 7px 10px;}
.mega-menu-theme ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(../images/arrow_on.png) no-repeat 7px 10px;}