/* Home */
a#home {
    width: 113px;
	background: url(../images/menu/de/home.png) no-repeat;
}
a#home:hover {
	background: url(../images/menu/de/home_hover.png) no-repeat;
}
a#home.section,
a#home.current {
	background: url(../images/menu/de/home_active.png) no-repeat;
}

/* Services */
a#services {
    width: 154px;
	background: url(../images/menu/de/services.png) no-repeat;
}
a#services:hover {
	background: url(../images/menu/de/services_hover.png) no-repeat;
}
a#services.section, 
a#services.current {
	background: url(../images/menu/de/services_active.png) no-repeat;
}

/* Products */
a#products {
    width: 126px;
	background: url(../images/menu/de/products.png) no-repeat;
}
a#products:hover {
	background: url(../images/menu/de/products_hover.png) no-repeat;
}
a#products.section, 
a#products.current {
	background: url(../images/menu/de/products_active.png) no-repeat;
}

/* Partner */
a#partner {
    width: 96px;
	background: url(../images/menu/de/partner.png) no-repeat;
}
a#partner:hover {
	background: url(../images/menu/de/partner_hover.png) no-repeat;
}
a#partner.section, 
a#partner.current {
	background: url(../images/menu/de/partner_active.png) no-repeat;
}

/* Downloads */
a#downloads {
    width: 124px;
	background: url(../images/menu/de/downloads.png) no-repeat;
}
a#downloads:hover {
	background: url(../images/menu/de/downloads_hover.png) no-repeat;
}
a#downloads.section, 
a#downloads.current {
	background: url(../images/menu/de/downloads_active.png) no-repeat;
}

/* About Us */
a#about-us {
    width: 110px;
	background: url(../images/menu/de/about-us.png) top left no-repeat;
}
a#about-us:hover {
	background: url(../images/menu/de/about-us_hover.png) top left no-repeat;
}
a#about-us.section, 
a#about-us.current {
	background: url(../images/menu/de/about-us_active.png) top left no-repeat;
}
