/* Reset code to remove theme inherent styling */
#mega-menu-1 ul, #mega-menu-1 li {
list-style: none;
padding: 0px;
margin: 0px;
}
#mega-menu-1 ul {
display: none; /* Hides non-mega links */
}
#mega-menu-1 .sub ul {
display: block; /* overrides above hide */
}
/* Main menu styles */
#mega-menu-1 {
background: #fff;
width: 100%;
height: 40px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
position: relative; /* Important - required for positioning of mega menu */
font: normal 13px Arial, sans-serif;
line-height: 16px;
padding-left:0px;
margin:0px;
}
#mega-menu-1 li {
float: left;
font-weight: bold;
border-right: 1px solid #CCCCCC;
}
#mega-menu-1 li a {
float: left;
display: block;
padding: 12px 10px;
background: #fff;
color: #000;
text-shadow: none;
text-decoration: none;
}
#mega-menu-1 li#home a {
padding: 10px 20px;
height:20px;
background: url(../images/icone/house20.jpg) no-repeat 12px 12px;
}

#mega-menu-1 li.mega-hover a, #mega-menu-1 li a:hover {
background-position: 100% -40px;
color: #000;
text-shadow: none;
background: #CCCCCC;
}
#mega-menu-1 li#home a:hover {
background: url(../images/icone/house20_off.jpg) no-repeat 12px 12px #CCCCCC;
}
/* Arrow tag for parent links */
#mega-menu-1 li a.dc-mega {
padding-right: 10px; /* Additional padding for arrow */
position: relative; /* Required for arrow positioning */
}
#mega-menu-1 li a .dc-mega-icon {
display: none;
position: absolute;
top: 18px;
right: 15px;
width: 8px;
height: 6px;
background: url(../images/megadrop/arrow.png) no-repeat 0 0;
}
#mega-menu-1 li.mega-hover a .dc-mega-icon {
background-position: 0 100%;
}

/* Mega Menu Styling */
/* Mega Drop Down Container */
#mega-menu-1 li .sub-container {
position: absolute; /* Required */
background: #fff;
padding-left: 0px;
margin-left: 0px;
z-index: 20000;
width:100%;
}
#mega-menu-1 li .sub {
background-color: #fff;
padding: 20px 20px 20px 0px;
border-top: 10px solid #CCCCCC;
border-left:3px solid #CCCCCC;
border-right:3px solid #CCCCCC;
border-bottom:3px solid #CCCCCC;
height:300px;

}
#mega-menu-1 li .sub-container.mega .sub {
padding: 10px 10px 0 0;
}
#mega-menu-1 li .sub .row { /* Clear the sub-menu floats */
overflow: hidden;
text-align:left;
float:left;
height:300px;
}
#mega-menu-1 li .sub li {
float: none;
font-size: 1em;
font-weight: bold;
width:100%;
}     


/* Sub-menu Headers */
#mega-menu-1 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 from the mega menu rows */
margin: 0 10px 20px 10px;
border-left: 1px solid #ccc;
border-right:none;
}
#mega-menu-1 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: 0px 10px;
display: block;
float: left;
width:100%;
text-decoration: none;
font-size: 0.9em;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
padding: 0px 10px;
margin-bottom: 0px;
text-transform: uppercase;
font-weight: bold;
color: #FF0000;
background: #fff;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000;
text-shadow: none;
}

/* Add the individual sub-menu backgrounds */
/* frist menu for promotion */
#mega-menu-1 li .sub li#menu-item-1 {
	float:left;
	width:240px;
}
#mega-menu-1 li .sub li.mega-hdr#menu-item-1 { /* Sub-menu headers - i.e. 2nd level navigation */
float: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */
margin: 30px 30px 30px 20px;
border-left: none;
border-right:none;
}
#mega-menu-1 li .sub li.mega-hdr#menu-item-1 a.mega-hdr-a {
display: none;
}
#mega-menu-1 li .sub li#menu-item-1 a { 
background: none;
border-bottom: 1px solid #ccc;
border-top: none;
border-left: none;
border-right: none;
text-shadow: none;
color: #111;
margin: 0px 50px 10px 0px;
padding: 0px 5px 10px 5px;
display: block;
float: left;
width:200px;
text-decoration: none;
font-size: 0.9em;
font-weight: bold;
}
#mega-menu-1 .sub li.mega-hdr#menu-item-1 li a:hover {
color: #990000;
}
#mega-menu-1 .sub li.mega-hdr#menu-item-1 li a:hover {
color: #990000;
}


#mega-menu-1 li .sub li#menu-item-2 {
	float:left;
	width:260px;
}
#mega-menu-1 li .sub li#menu-item-3 {
	float:left;
	width:260px;
}
#mega-menu-1 li .sub li#menu-item-4 {
	float:left;
	width:260px;
}
#mega-menu-1 li .sub li#menu-item-5 {
	float:left;
	width:260px;
}
#mega-menu-1 li .sub li#menu-item-6 {
	float:left;
	width:260px;
}

#normal {
	width:952px;
}

/* Style the 3rd level links */
#mega-menu-1 li .sub li ul li {
margin-right: 90px;
border-right: none;
}
#mega-menu-1 .sub li.mega-hdr li a {
color: #444;
font-weight: normal;
padding: 2px 0 2px 10px;
}
#mega-menu-1 .sub li.mega-hdr li a:hover {
color: #990000;
}

/* Styling for items with only 2 levels */
.non-mega {
float:left;
left:0px;
}
#mega-menu-1 li .sub-container.non-mega .sub {
padding: 20px 20px 20px 10px;

}
#mega-menu-1 li .sub-container.non-mega li {
width: 190px; /* Set the drop down width */
}
#mega-menu-1 li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px;
background: url(../images/megadrop/bullet.png) no-repeat 5px 12px;
}
#mega-menu-1 li .sub-container.non-mega li a:hover {
color: #990000;
background-image: url(../images/megadrop/bullet_on.png);
}