
#navig a {
    float: left; height: 55px; line-height: 55px; padding: 0 15px; font-size: 17px; font-weight: bold; color: White; text-shadow: 1px -1px black;
}
#navig a:hover {
    text-decoration: none; background: url(img/menu-hover.png) center center;
}
#navig a.active {
    text-decoration: none; background: url(img/menu-set.png) center center; /*color: Black; text-shadow: 1px -1px white;*/
}

#navig-sub a {
    float: left; width: 122px; height: 35px; line-height: 35px; text-align: center; color: Black; background: url(img/menu-sub.png) top right no-repeat;
}
#navig-sub a:hover {
    background: url(img/menu-sub-hover.png) top right no-repeat; text-decoration: none;
}