/* Vertical Mega Menu Styles */
.mega-menu{
font: 14px Tahoma, Geneva, sans-serif; 
line-height: 20px;
background: #7090dd;
border-left: 0; 
list-style: none;
margin-left: 0px;
padding-left: 4px;
position: relative; /* Required */
}
.mega-menu li a {
display: block; 
color: black; 
padding: 1px; 
text-decoration: none;  
border-bottom: white 1px dashed;
}

.mega-menu li a:hover, .mega-menu li.mega-hover a {
background: #efefef; 
color: #ff6633;
}
.mega-menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 6px; 
right: 4px; 
width: 8px; 
height: 8px; 
background: url(/attributes/images/arrow.png) no-repeat 0 0;
}

.mega-menu li a:hover .dc-mega-icon {
display: block; 
position: absolute; 
top: 8px; 
right: 5px; 
width: 8px; 
height: 8px; 
background: url(/attributes/images/blackarrow.png) no-repeat 0 0;
}


/* Mega menu container, changes sub menu position*/
.mega-menu li .sub-container {
position: absolute; /* Required */
font: bold 13px Tahoma, Geneva, sans-serif; 
line-height: 16px; 
background: #7090dd;
margin-left: 0px;
}
.mega-menu li .sub-container ul.sub{
margin-left:  10px;
padding-left: 0px;
}

.mega-menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.mega-menu li .sub li {
float: none; 
width: 200px;
font-size: 1em; 
font-weight: normal;
list-style: none;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */

}
.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #000000; 
padding: 0px; 
display: block;
text-decoration: none; 
font-size: 1.0em;
margin: 0;
padding: 0;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
background: #7090dd; 
text-transform: uppercase; 
font-weight: bold; 
color: #ffffff;
margin-bottom: 5px;
height: 15px;

}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}


.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
background: url(/attributes/images/arrow_white.png) no-repeat 5px 8px; 
font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #ff6633; 
background: #efefef url(/attributes/images/arrow_on.png) no-repeat 5px 8px;
}
.mega-menu .sub ul li {
padding-right: 15px;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
padding: 0px;}
.mega-menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px; 
background: url(/attributes/images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #ff6633; 
background: #efefef url(/attributes/images/arrow_on.png) no-repeat 7px 10px;
}