
.wrap {width: 90%; margin: 0 auto;}

.clear {clear: both;}

/* Vertical Mega Menu Styles */
.mega-menu{
font: bold 15px Arial, sans-serif; 
line-height: 16px; 
background:white;
position: relative; /* Required */
}
.mega-menu li a {
display: block; 
color: black; 
padding: 12px 38px 12px 0px; 
text-decoration: none;  
border:2px solid #f4f4f4; 

}

    .mega-menu li a:hover, .mega-menu li.mega-hover a {
        background: white;
        background-color: #3498DB;
        border-right: 2px solid #85C1E9;
        color: white;
    }


.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: 18px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right.png) no-repeat 0 0;
}
/* Mega menu container */
    .mega-menu li .sub-container {

        position: absolute; /* Required */
        margin-left: 0px;
        width: 365%;
        background-color: White;
        color: Black;
        padding: 0px 10px 0px 15px;
        height: 500px;
        border: 2px solid #3498DB;
        border-left: 10px solid #3498DB;
    }
.mega-menu li .sub-container:hover > .mega-menu .li .a 
{
    background-color:Blue;
}

.mega-menu li .sub li {
float: none; 

font-size: 1em; 
font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none; 
float: none;
color: black; 
padding: 7px 10px; 
display: block;
text-decoration: none; 
font-size: 0.9em;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 5px 15px; 
margin-bottom: 5px; 
background: #E88221; 
text-transform: uppercase; 
font-weight: bold; 
color: black; 

}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 

}
.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
background: url(images/arrow_white.png) no-repeat 5px 8px; 
font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 5px 8px;
}
.mega-menu .sub ul li {
padding-right: 0;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
padding: 10px;}
.mega-menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 30%;
}
.mega-menu li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px; 
background: url(images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}