#wrap {
min-height:100%; 
width:810px; 
margin:-1px auto 0;
background:#ccc;
border:1px solid #000;
border-bottom:0;
}
* html #wrap { 
height:100%; 
}

ul li img
{
border:0px !important;
}
/* ---------- Mega Drop Down --------- */
#mega {
list-style:none;
font-weight:bold;
margin:0;
padding:0;
}
#mega li {
background-image: url(/images/home-active.jpg);
float:left;
width:810px;
height:52px;
}
#mega li:hover {
background-image: url(/images/menu_hover.jpg);
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
z-index:1; /* shadow above adjacent li */
}
#mega a {
color:#000;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
    background-image: url("/images/bgdrop.png");
    border-color: -moz-use-text-color #000000 #000000;
    border-right: 0 solid #000000;
    border-style: none solid solid;
    border-width: 0;
    font-weight: normal;
    left: -999em;
    margin-left: 382px;
    margin-top: 39px;
    position: absolute;
    text-align: left;
    width: 812px;
z-index:999999;
background-repeat:repeat-y;
}
#mega li:hover div {
position:absolute;
width:812px;
margin-left:-563px;
    left: 50%;
top:auto;
}
#mega li.dif:hover div {
left:-221px;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
background:#999;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
}
#mega div p {
float:left;
width:106px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div p a {
text-decoration:underline;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.4;
}
#mega div a:hover, #mega div a:focus, #mega div a:active {
text-decoration:none;
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
position:absolute;
width:100%;height:100%;
}
#mega div .s1 {
background:url(../images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(../images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
background:url(../images/shadow.png) 100% 100%;
top:9px;right:-9px;
}
#mega li:hover .s4 {
background:url(images/li-shadow.png) 100% 0 repeat-y;
position:absolute;
top:0;right:-9px;
height:100%;
padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
background:none;
}
#mega li:hover .dif-s4 {
padding-bottom:9px
}
