li.home { 
	background: url(/images/de/navigation.png) 0px 0px no-repeat;
	width: 75px;	
}
li.home:hover { background-position: 0px -60px !important; }

li.about { 
	background: url(/images/de/navigation.png) -75px 0px no-repeat;
	width: 107px;
}
li.about:hover { background-position: -75px -60px !important; }

li.brands { 
	background: url(/images/de/navigation.png) -182px 0px no-repeat;
	width: 97px;
}
li.brands:hover { background-position: -182px -60px !important; }

li.collection { 
	background: url(/images/de/navigation.png) -279px 0px no-repeat;
	width: 128px;
}
li.collection:hover { background-position: -279px -60px !important; }

li.media { 
	background: url(/images/de/navigation.png) -407px 0px no-repeat;
	width: 87px;
}
li.media:hover { background-position: -407px -60px !important; }

ul#footer-navigation {
	margin: 7px 15px;
}
ul#footer-navigation li{
	margin: 0px 5px;
}

a.gender-male {
	background: url(/images/de/gender.png) no-repeat;
	display: inline-block;
	height: 13px;
	margin: 0 0 7px !important;
	width: 50px;
}
a.gender-male:hover, a.gender-male:active {
	background-position: 0px -13px ;
}
a.gender-seperator {
	background: url(/images/collection/seperator.png) no-repeat;
	display: inline-block;
	height: 13px;
	margin: 0 0 7px !important;
	width: 2px;
	
}
a.gender-seperator span { display: none; }

a.gender-male span { display: none; }

a.gender-female {
	background: url(/images/de/gender.png) -51px 0px no-repeat;
	display: inline-block;
	height: 13px;
	width: 50px;
	margin: 0 0 7px !important;
}

a.gender-female:hover, a.gender-female:active {
	background-position: -51px -13px ;
}
a.gender-female span { display: none; }

a.account-login {
	background: url(/images/de/account.png) 0px 0px no-repeat;
	display: inline-block;
	height: 11px;
	width: 37px;
	margin: 21px 0 0 10px !important;
}

a.account-login:hover, a.account-login:active {
	background-position: 0px -11px ;
}
a.account-login span { display: none; }

a.account-register {
	background: url(/images/de/account.png) -38px 0px no-repeat;
	display: inline-block;
	height: 11px;
	width: 78px;
	margin: 0 0 0 10px !important;
}

a.account-register:hover, a.account-register:active {
	background-position: -38px -11px ;
}
a.account-register span { display: none; }

a.account-logout {
	background: url(/images/de/account.png) -117px 0px no-repeat;
	display: inline-block;
	height: 11px;
	width: 48px;
	margin: 21px 0 0 10px !important;
}

a.account-logout:hover, a.account-logout:active {
	background-position: -117px -11px ;
}
a.account-logout span { display: none; }


