/* Page */
.mega-menu ul,.mega-menu li
{
    border:0;
    outline:none;
    margin:0;
    padding:0;
    list-style:none;
}
.mega-menu ul 
{
    position: relative; 
}
.mega-menu ul, .mega-menu .sub
{
    display: none;
}
.mega-menu .sub ul 
{
    display: block;
}

.mega-menu h2 
{
    font: normal 26px Halvtica, Arial, sans-serif; 
    padding: 20px 0; 
    margin: 0 0 30px 0;
}

/* Theme */
.grey 
{
    font: normal 12px Halvtica, Arial, sans-serif; 
    line-height: 14px;
}
.grey ul.mega-menu 
{
    background: #8998a8 url(../../images/menu/bgtile.png) repeat-x; 
    width: 100%; 
    height: 30px; 
    border-right: 1px solid #8B949F; 
    border-left: 1px solid #8B949F; 
    position: relative;
}
.grey ul.mega-menu, .grey ul.mega-menu, .grey ul.mega-menu li 
{
    margin: 0; padding: 0; border: none;
}

.grey ul.mega-menu li 
{
    float: left; 
    font-weight: bold;
}
.grey ul.mega-menu li a 
{
    float: left; 
    display: block; 
    color: #fff; 
    padding: 7px 20px 7px 20px; 
    border-right:1px solid white;
    text-decoration: none;
}
.grey ul.mega-menu li a.dc-mega {position: relative;}
.grey ul.mega-menu li a .dc-mega-icon 
{
    display: block; 
    position: absolute; 
    top: 13px; right: 5px; width: 8px; height: 6px; 
    background: url(../../images/menu/arrow_on.png) no-repeat 0 0;
}
.grey ul.mega-menu li.mega-hover a, .grey ul.mega-menu li a:hover 
{
    background-color:#aa1d31;
}
.grey ul.mega-menu li.mega-hover a .dc-mega-icon 
{
    background-position: 0 100%;
}
.grey ul.mega-menu li .sub-container 
{
    position: absolute; 
    background: #E4E3E3; 
    
}
.grey ul.mega-menu li .sub 
{
    background: #E4E3E3;
}
.grey ul.mega-menu li .sub .row 
{
    width: 100%; overflow: hidden; clear: both;
}
.grey ul.mega-menu li .sub li 
{
    list-style: none; 
    float: none; 
    width: 170px; 
    font-size: 1em; 
    font-weight: normal;
}
.grey ul.mega-menu .sub ul li 
{
    padding-right: 0;
}
.grey ul.mega-menu li .sub a 
{
    background: none; 
    border: none; 
    color: #111; 
    padding: 7px 20px 7px 20px; 
    display: block; 
    float: none; 
    text-decoration: none; 
    font-size: 0.9em;
}
/* Single Row style sheet.*/
.grey ul.mega-menu li .sub-container.non-mega li 
{
    padding: 0; width: 190px; margin: 0;
}
.grey ul.mega-menu li .sub-container.non-mega li a 
{
    padding: 7px 20px 7px 20px; 
    background: url(../../images/menu/arrow_off.gif) no-repeat 12px 11px;
}
.grey ul.mega-menu li .sub-container.non-mega li a:hover 
{
    color: #FFFFFF; 
    background: #666566 url(../../images/menu/arrow_on.gif) no-repeat 12px 11px;
}

/* Multiple Row Stylesheet .mega-hdr*/
.grey ul.mega-menu li .sub li.mega-hdr 
{
    padding-top:7px;
    float: left;
}
.grey ul.mega-menu li .sub li.mega-hdr.last 
{
    border-left:1px solid black;
    border-collapse:collapse;
}
.grey ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a 
{
    
 }
.grey ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover 
{
    color: #FFFFFF; 
    background: #666566 url(../../images/menu/arrow_on.gif) no-repeat 12px 11px;
}
.grey ul.mega-menu .sub li.mega-hdr li a 
{
    padding: 7px 20px 7px 20px; 
    background: url(../../images/menu/arrow_off.gif) no-repeat  12px 11px;
     
    font-weight: normal;
}
.grey ul.mega-menu .sub li.mega-hdr li a:hover 
{
    color: #FFFFFF; 
    background: #666566 url(../../images/menu/arrow_on.gif) no-repeat 12px 11px;
}


.grey ul.mega-menu li .sub-container.mega .sub 
{
    
}
.grey ul.mega-menu li .sub-container.mega .sub h3
{
    padding:5px 5px 5px 15px;
    margin:0px;
    padding-top:5px;
}