#navigation {
    height:40px;
    background:transparent url(img/main-menu-back.gif) no-repeat scroll left top;
    margin:0 7px;
}

#links {
    padding:2px 0 0 10px;
}
#links li a {
height:27px;
margin:0;
padding:9px 13px 0;
background:transparent none repeat scroll 0 0;
line-height:1.5em;
}
#links li a.current {
background:transparent url(img/main-menu-hover.gif) repeat-x scroll left top;
color:#FFFFFF;
text-decoration:none;
}
#navigation ul.nav {
     background:none;
}

ul#links li {
background:transparent none repeat scroll 0 0;
}

#links ul li a {
    background:#444444 none repeat scroll 0 0;
}
#header, h1#branding {
    background:transparent none repeat scroll 0 0;
}

#footer {
    background:transparent url(img/footer-back.gif) no-repeat scroll left top;
    color:#ABB096;
    height:63px;
    line-height:63px;
    margin:0 7px;;
    padding:0 20px 0 17px;
}

ul.nav li ul {
    top:35px;
    z-index:1000;
}