#feature, #insetTop{display:none;}

nav{
background-image: url(../images/top-inset.png);
background-repeat: repeat-x;
background-position: top left;
display: none;
position: relative;
height: auto;
background-color: rgba(0,0,0,0.25);
}

.ie8 nav{
display: inline-block;
}

.nofade, .nofade ul{
opacity: 1 !important;
filter: alpha(opacity=100);
left: 0 !important;
}

nav > ul{
left: 0;
}