/* Mega Menu */



#mainnav
{
    height: 40px;
}

#mainnav ul
{
    float: left;
    list-style-type: none;
}

#mainnav ul li
{
    float: left;
    list-style-type: none;
    margin-right: 4px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    background-image: linear-gradient(bottom, rgb(102,102,102) 0%, rgb(153,153,153) 100%);
    background-image: -o-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(153,153,153) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(153,153,153) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-gradient( 		linear, 		left bottom, 		left top, 		color-stop(0, rgb(102,102,102)), 		color-stop(1, rgb(153,153,153)) 	);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

#mainnav ul li a
{
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    list-style-type: none;
    padding: 13px 84px 13px 15px;
    min-width: 80px;
    text-align: left;
    text-decoration: none;
    background: url(../../images/base/new-white-arrow-dn.png) right 16px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

#mainnav ul li a.no-sub
{
    padding-right: 35px;
    background: none;
}

#mainnav ul li:hover
{
    background-image: linear-gradient(bottom, rgb(51,51,51) 0%, rgb(153,153,153) 100%);
    background-image: -o-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(153,153,153) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(153,153,153) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0, rgb(51,51,51)), 	color-stop(1, rgb(153,153,153)) );
}

#mainnav ul li a:hover
{
    background: url(../../images/base/new-white-arrow-dn.png) right 16px no-repeat;
}

#mainnav ul li a.no-sub:hover
{
    background: none;
}

#mainnav ul li.current a.no-sub:hover
{
    background: #fbfbfb url(../../images/base/mainnav-current-bg.jpg) left top repeat-x;
    color: #666;
}

#mainnav ul li.current a
{
    background: #fbfbfb url(../../images/base/mainnav-current-bg.jpg) left top repeat-x;
    color: #666;
}



#mainnav .sub
{
    position: absolute;
    margin: 40px 0 0 -100px;
    background: #FFF;
    border: 3px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 112;
}

#mainnav .sub ul
{
    width: 198px;
    border: 1px solid #666;
    margin: 5px 3px;
    padding: 16px;
}

#mainnav .sub ul li
{
    background: none;
    border: none;
    width: 198px;
    padding: 0 0 12px 0;
}

#mainnav .sub ul li a
{
    background: none;
    color: #e65032;
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

#mainnav .sub ul li a:hover
{
    text-decoration: underline;
}

#mainnav .sub ul li h2 a
{
    text-decoration: none;
    background-image: linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -o-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -webkit-gradient( 		linear, 		left bottom, 		left top, 		color-stop(0, rgb(51,51,51)), 		color-stop(1, rgb(102,102,102)) 	);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    width: 204px;
    padding: 10px 10px 10px 16px;
    font-weight: bold;
    color: #FFF;
    cursor: text;
    margin: -22px -16px 0 -16px;
}

#mainnav .sub ul li h2 a:hover
{
    text-decoration: none;
    background-image: linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -o-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(102,102,102) 100%);
    background-image: -webkit-gradient( 		linear, 		left bottom, 		left top, 		color-stop(0, rgb(51,51,51)), 		color-stop(1, rgb(102,102,102)) 	);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    width: 204px;
    padding: 10px 10px 10px 16px;
    font-weight: bold;
    color: #FFF;
    cursor: text;
    margin: -22px -16px 0 -16px;
    border: none;
}

/* END Mega Menu */