/* Coventry One CSS *
 * This file is meant as a brand-specific override for *
 * style defaults set for all brands/sites in Main.css */

div.pageBody ul.topNav li {
    border-left: solid 1px #a88700;
    border-right: solid 1px #deb407;
}

div.pageBody ul.topNav li a {
    background: #dec359 url(../images/Background.Nav.Tile.Inactive.CoventryOne.png) 0 100% repeat-x;
}

div.pageBody ul.topNav li a:hover {
    background: #fde68b url(../images/Background.Nav.Tile.Hover.CoventryOne.png) 0 100% repeat-x;
}

