ul#topnav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 1.1em;
    height: 30px;
    background-image: url('http://media.independent.com/img/new_nav/nav-bg.gif');
    background-repeat: repeat-x;
}
ul#topnav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
ul#topnav li a {
    float: left;
    text-indent: -9999px;
    height: 44px;
}
ul#topnav a.home {
    background: url(http://media.independent.com/newnav/home.png) no-repeat 0 2px;
    width: 62px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.news {
    background: url(http://media.independent.com/newnav/news.png) no-repeat 0 2px;
    width: 62px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.art {
    background: url(http://media.independent.com/newnav/artent.png) no-repeat 0 2px;
    width: 48px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.opinion {
    background: url(http://media.independent.com/newnav/opinion.png) no-repeat 0 1px;
    width: 86px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.events {
    background: url(http://media.independent.com/newnav/events.png) no-repeat 0 1px;
    width: 76px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.living {
    background: url(http://media.independent.com/newnav/living.png) no-repeat 0 2px;
    width: 69px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.fooddrink {
    background: url(http://media.independent.com/newnav/food.png) no-repeat 0 1px;
    width: 56px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.sports {
    background: url(http://media.independent.com/newnav/sports.png) no-repeat 0 1px;
    width: 72px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.outdoors {
    background: url(http://media.independent.com/newnav/outdoors.png) no-repeat 0 1px;
    width: 100px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.classifieds {
    background: url(http://media.independent.com/newnav/classifieds.png) no-repeat 0 1px;
    width: 113px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.obits {
    background: url(http://media.independent.com/newnav/obits.png) no-repeat 0 1px;
    width: 61px;
    height: 30px;
    border-right: 1px solid #ddd;
}
ul#topnav a.realestate {
    background: url(http://media.independent.com/newnav/realestate.png) no-repeat 0 1px;
    background-color:#990000;
    width: 113px;
    height: 30px;
}
ul#topnav a.insider {
    background: url(http://media.independent.com/newnav/insider.png) no-repeat -15px 0px;
    width: 60px;
    height: 30px;
}
ul#topnav a.fb {
    background: url(http://media.independent.com/newnav/fb.png) no-repeat;
    width: 25px;
    height: 30px;
}
ul#topnav a.twit {
    background: url(http://media.independent.com/newnav/twit.png) no-repeat;
    width: 25px;
    height: 30px;
}
ul#topnav a.google {
    background: url(http://media.independent.com/newnav/google.png) no-repeat;
    width: 22px;
    height: 30px;
}
ul#topnav a.instagram {
    background: url(http://media.independent.com/newnav/instagram.png) no-repeat;
    width: 22px;
    height: 30px;
}
ul#topnav li .sub {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    background: url(http://media.independent.com/newnav/bluenavdropbggrad.png);
    background-repeat: repeat-x;
    padding: 10px 10px 10px;
    float: left;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
}
ul#topnav li .row {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul#topnav li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 180px;
    float: left;
}
ul#topnav .sub ul li {
    font-size: 120%;
    font-weight: bold;
    width: 100%;
    color: #fff;
}
ul#topnav .sub ul li h2 {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    font-weight: normal;
}
ul#topnav .sub ul li h2 a {
    padding: 5px 0;
    background-image: none;
    color: #e8e000;
}
ul#topnav .sub ul li a {
    float: none;
    text-indent: 0;
    height: auto;
    background: no-repeat 5px 12px;
    padding: 7px 5px 7px 5px;
    display: block;
    text-decoration: none;
    color: #fff;
}
ul#topnav .sub ul li a:hover {
    color: #ddd;
    background-position: 5px 12px;
}