/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/


#nav {
	width: 167px;
	height: 25px;
	background: url(../img/EN-DE_MENU.jpg) no-repeat;
	position: relative;
	top: 1px;
	left:80%;  
	overflow: hidden;
}

*html #nav{
	top: 1px;
	left:80%;  
}


#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	position: absolute;
	top: 0;
	height: 25px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	#nav .english a:link, #nav .english a:visited {
		left: 0;
		width: 85px;
	}
/*	#nav .english a:hover, #nav .english a:focus {
		background: url(../img/EN-DE_MENU.jpg) no-repeat 0 -25px;
	}*/
	#nav .english a:active {
		background: url(../img/EN-DE_MENU.jpg) no-repeat 0 -50px;
	}
	.current-english .english a:link, .current-english .english a:visited {
		background: url(../img/EN-DE_MENU.jpg) no-repeat 0 -25px;
		cursor: default;
	}
	#nav-english, #nav-english-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 85px;
		height: 25px;
		background: url(../img/EN-DE_MENU.jpg) no-repeat 0 -25px;
	}
	#nav-english-click {
		background: url(../img/EN-DE_MENU.jpg) no-repeat 0 -25px;
	}



	#nav .deutsch a:link, #nav .deutsch a:visited {
		left: 85px;
		width: 85px;
	}
/*	#nav .deutsch a:hover, #nav .deutsch a:focus {
		background: url(../img/EN-DE_MENU.jpg) no-repeat -85px -75px;
	}*/
	#nav .deutsch a:active {
		background: url(../img/EN-DE_MENU.jpg) no-repeat -85px -50px;
	}
	.current-deutsch .about a:link, .current-deutsch .deutsch a:visited {
		background: url(../img/EN-DE_MENU.jpg) no-repeat -85px -75px;
		cursor: default;
	}
	#nav-deutsch, #nav-deutsch-click {
		position: relative;
		top: 0;
		left: 85px;
		width: 85px;
		height: 25px;
		background: url(../img/EN-DE_MENU.jpg) no-repeat -85px -25px;
	}
	#nav-deutsch-click {
		background: url(../img/EN-DE_MENU.jpg) no-repeat -85px -50px;
	}


