li#NavHome {
    width: 54px;
    height: 21px;
}

li#NavProductRange {
    width: 88px;
    height: 21px;
}

li#NavServices {
    width: 68px;
    height: 21px;
}

li#NavNews {
    width: 83px;
    height: 21px;
}

li#NavContact {
    width: 75px;
    height: 21px;
}


li#NavHome a span {
    background: url(../../../../../img/pl/nav-home.gif) no-repeat;
}

li#NavProductRange a span {
    background: url(../../../../../img/pl/nav-product-range.gif) no-repeat;
}

li#NavServices a span {
    background: url(../../../../../img/pl/nav-services.gif) no-repeat;
}

li#NavNews a span {
    background: url(../../../../../img/pl/nav-news.gif) no-repeat;
}

li#NavContact a span {
    background: url(../../../../../img/pl/nav-contact.gif) no-repeat;
}

body#Home li#NavHome a span {
    background: url(../../../../../img/pl/nav-home-on.gif) no-repeat;
}

body#ProductRange li#NavProductRange a span {
    background: url(../../../../../img/pl/nav-product-range-on.gif) no-repeat;
}

body#Services li#NavServices a span {
    background: url(../../../../../img/pl/nav-services-on.gif) no-repeat;
}

body#News li#NavNews a span {
    background: url(../../../../../img/pl/nav-news-on.gif) no-repeat;
}

body#Contact li#NavContact a span {
    background: url(../../../../../img/pl/nav-contact-on.gif) no-repeat;
}