
#navcontainer
{
width:1000px;
height:46px;
white-space: normal;
display: block;
position:relative;
z-index: 9999;
}

ul#navlist {
margin: 0; 
padding: 0;
list-style: none;
list-style-type: none;
list-style-position:inside;
}

ul#navlist li {
display: inline;
position: relative;
}

ul#navlist .image a {padding: 0;} 
/* override 16px this has to be same height as image or border doesn't carry through in moz; */
ul#navlist li.image a img {vertical-align: top;} /* this fixes 3px gap */

ul#navlist li.mega {
line-height:12px;
height: 12px;
float:left;
}

ul#navlist li.mega .headermenu_links a:link {
font-family: Arial;
font-weight: normal;
font-size : 11px;
color: #fff;
text-decoration : none;
display: block;
width: 100%;
padding: 1px;
line-height:12px;
}

ul#navlist li.mega .headermenu_links a:visited {
font-family: Arial;
font-weight: normal;
font-size : 11px;
color: #fff;
text-decoration : none;
display: block;
width: 100%;
padding: 1px;
line-height:12px;
}

ul#navlist li.mega .headermenu_links a:hover {
font-family: Arial;
font-weight: normal;
font-size : 11px;
color: #fff;
text-decoration: underline;
display: block;
width: 100%;
padding: 1px;
line-height:12px;
}

ul#navlist li.mega .headermenu_title{
color: #999;
font-size: 11px;
font-family: Arial;
font-weight: bold;
padding: 0;
text-decoration: underline;
}

ul#navlist div {
display: none;
}

ul#navlist li.mega div {
border: 1px solid #444444;
width: 987px;
position: absolute;
padding: 5px;
background: #222222;
color: #ffffff;
z-index: 10000;
white-space: normal;
}

ul#navlist li.mega div.home{
left: 0px;
height: 270px;
}
ul#navlist li.mega div.c6parts{
left: -114px;
height: 475px;
}
ul#navlist li.mega div.c5parts{
left: -338px;
height: 475px;
}
ul#navlist li.mega div.specials{
left: 0px;
height: 100px;
width: 200px;
}
ul#navlist li.mega div.corvetteforsale{
left: 0px;
height: 150px;
width: 172px;
}

ul#navlist li.hovering div {
display: block;
}

