/* tertiaryNav Styles */   
#tertiaryNav {
    font-size: 11px;
    margin-top: 4px;
    width: 100%;
}

#tertiaryNav ul {
    margin: 0;
    list-style: none;
    padding: 0px 0px 0px 0px;
}

#tertiaryNav li {
    margin: 0px 0 5 0;
    height: 20px;
    width: 122px;
    padding: 3px 0 0 8px;
    background: url("/lq/images/about/bttn_lqgold_right.gif") no-repeat top right;
}

#tertiaryNav a {
    text-decoration: none;
    padding: 0px 0 0 8;
    height: 20px;
    color: #000;
}

#tertiaryNav a:hover {
    color : #2964cc;
}

#currentTN a {
    color:#2964cc;
    font-weight: bold;
}

div#content div#tertiary-nav ul li a
{
    background-image: url(/lq/images/about/bttn_lqgold_right.gif);
    color: #000;
}

div#content div#tertiary-nav ul li#currentTN a {
    color:#2964cc;
    font-weight: bold;
}

