/* Navigation */
#menue {
	margin: 0 auto;
	padding: 0;
	width: 794px;
	height: 46px;
	position: relative;
}

ul#navcontainer {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	background: transparent url(../graphics/navigation.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 794px;
	height: 46px;
}

ul#navcontainer li a {
	text-indent: -1000em;
	text-decoration: none;
	padding: 46px 0 0 0;
	overflow: hidden;
	background: transparent url(../graphics/navigation.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	height: 0px !important; 
	height /**/:46px; /* IE5/Win */
}

ul#navcontainer li#shop       a 	     { background-position:  0   0; width: 76px; left:  0; }
ul#navcontainer li#shop       a:hover    { background-position:  0 -46px; }
ul#navcontainer li#staff      a 	     { background-position:  -73px   0; width: 73px; left:  76px; }
ul#navcontainer li#staff      a:hover    { background-position:  -73px -46px; }
ul#navcontainer li#gallery    a 	     { background-position:  -149px   0; width: 78px; left:  149px; }
ul#navcontainer li#gallery    a:hover    { background-position:  -149px -46px; }
ul#navcontainer li#opening    a 	     { background-position:  -227px   0; width: 112px; left:  227px; }
ul#navcontainer li#opening    a:hover    { background-position:  -227px -46px; }
ul#navcontainer li#howtofind  a 	     { background-position:  -339px   0; width: 122px; left:  339px; }
ul#navcontainer li#howtofind  a:hover    { background-position:  -339px -46px; }
ul#navcontainer li#forum  a 	   		 { background-position:  -339px   0; width: 67px; left:  339px; }
ul#navcontainer li#forum  a:hover   	 { background-position:  -339px -46px; }
ul#navcontainer li#sessions  a 	   		 { background-position:  -405px   0; width: 77px; left:  405px; }
ul#navcontainer li#sessions  a:hover   	 { background-position:  -405px -46px; }

ul#navcontainer li#de  	  a 	     { background-position:  -704px   0; width: 45px; left:  704px; }
ul#navcontainer li#de  	  a:hover    { background-position:  -704px -46px; }
ul#navcontainer li#eng 		  a 	     { background-position:  -749px   0; width: 45px; left:  749px; }
ul#navcontainer li#eng 		  a:hover    { background-position:  -749px -46px; }
