#c0 ul {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    list-style: none;
}

#c4 ul {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    list-style: none;
}

#c0 li,
#c4 li {
    float: left;
}

#c0 li a,
#c4 li a {
    float: left;
    height: 27px;
    padding-left: 3px;
}

#c0 li a span,
#c4 li a span {
    display: none;
}

a#nav-top-home {
    background: url(home-off.gif) no-repeat;
    width: 46px;
}
a#nav-top-home:hover {
    background: url(home-on.gif) no-repeat;
}

a#nav-top-about {
    background: url(about-off.gif) no-repeat;
    width: 49px;
}
a#nav-top-about:hover {
    background: url(about-on.gif) no-repeat;
}

a#nav-top-networks {
    background: url(networks-off.gif) no-repeat;
    width: 70px;
}
a#nav-top-networks:hover {
    background: url(networks-on.gif) no-repeat;
}

a#nav-top-contact {
    background: url(contact-off.gif) no-repeat;
    width: 65px;
}a#nav-top-contact:hover {
    background: url(contact-on.gif) no-repeat;
}

a#nav-top-donate {
    background: url(donate_off.png) no-repeat;
    width: 65px;
}a#nav-top-donate:hover {
    background: url(donate_on.png) no-repeat;
}

a#nav-bottom-home {
    background: url(/media/images/nav-bottom/home-off.gif) no-repeat;
    width: 46px;
}
a#nav-bottom-home:hover {
    background: url(/media/images/nav-bottom/home-on.gif) no-repeat;
}

a#nav-bottom-about {
    background: url(/media/images/nav-bottom/about-off.gif) no-repeat;
    width: 49px;
}
a#nav-bottom-about:hover {
    background: url(/media/images/nav-bottom/about-on.gif) no-repeat;
}

a#nav-bottom-networks {
    background: url(/media/images/nav-bottom/networks-off.gif) no-repeat;
    width: 70px;
}
a#nav-bottom-networks:hover {
    background: url(/media/images/nav-bottom/networks-on.gif) no-repeat;
}

a#nav-bottom-contact {
    background: url(/media/images/nav-bottom/contact-off.gif) no-repeat;
    width: 65px;
}a#nav-bottom-contact:hover {
    background: url(/media/images/nav-bottom/contact-on.gif) no-repeat;
}

body#home a#nav-top-home {
    background: url(home-on.gif) no-repeat;
}

body#about a#nav-top-about {
    background: url(about-on.gif) no-repeat;
}

body#networks a#nav-top-networks {
    background: url(networks-on.gif) no-repeat;
}

body#donate a#nav-top-donate {
    background: url(networks-on.gif) no-repeat;
}

body#contact a#nav-top-contact {
    background: url(contact-on.gif) no-repeat;
}

body#home a#nav-bottom-home {
    background: url(/media/images/nav-bottom/home-on.gif) no-repeat;
}

body#about a#nav-bottom-about {
    background: url(/media/images/nav-bottom/about-on.gif) no-repeat;
}

body#networks a#nav-bottom-networks {
    background: url(/media/images/nav-bottom/networks-on.gif) no-repeat;
}

body#contact a#nav-bottom-contact {
    background: url(/media/images/nav-bottom/contact-on.gif) no-repeat;
}
