#navbar a, #menu h2 {
    font: bold 11px / 16px arial, helvetica, sans-serif;
    display: block;
    margin: 0;
    padding: 0;
} #navbar h2 {
    color: #fff;
    background: #000;
    text-transform: uppercase;
} #navbar ul ul li.first {
    background: url(http://media.tribunemediaservices.com/designimages/img_menu_first_TMSE.jpg) repeat-x;
    background-position: center;
} #navbar ul ul li.first a:hover {
    background: url(http://media.tribunemediaservices.com/designimages/img_menu_first_hover_TMSE.jpg) repeat-x;
    background-position: center;
} #navbar ul ul li a {
    padding: 8px 0 10px 22px;
    margin: 0 0px 0 0px;
    display: block;
    width: 155px;
    height: 11px !important;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #094a80;
} #navbar ul ul li a:hover {
    background-position: left;
    background: url(http://media.tribunemediaservices.com/designimages/img_menu_arrow_TMSE.jpg) no-repeat #096fad;
} #navbar ul ul li {
    position: relative;
    padding: 0;
    margin: 0;
} #navbar ul ul {
    clear: both;
    margin: 0 0 0 3px;
    padding: 0;
    list-style: none;
    width: 177px;
    position: absolute;
    background-color: #338dc9;
} #navbar ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
} #navbar ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
    display: none;
}

