/* Navigation ======================================================================== */

#menue { 
	position: relative;
	top: 62px;
	left: 120px;
	padding: 0; 
	margin: auto; 
	width: 468px; 
	height: 82px; 
} 

ul#navcontainer { 
	list-style-type: none; 
	overflow: hidden; 
	margin: 0; 
	position: relative; 
	background: transparent url("../images/header_nav2.gif") no-repeat 0 0;
	top: 0; 
	left: 0; 
	width: 468px; 
	height: 41px; 
} 

ul#navcontainer li a { 
	text-indent: -1000em; 
	text-decoration: none; 
	padding: 41px 0 0 0; 
	overflow: hidden; 
	position: absolute; top: 0; 
	background: transparent url("../images/header_nav2.gif") no-repeat 0 0;
	height: 0px !important; 
	height /**/:41px; /* IE5/Win */ 
} 



ul#navcontainer li#news       a        { background-position:  0px   0px;  width: 74px; left:  0px; }
ul#navcontainer li#news       a:hover  { background-position:  0px -41px; }

ul#navcontainer li#comp       a        { background-position:  0px   82px; width: 74px; left:  79px; }
ul#navcontainer li#comp       a:hover  { background-position:  -79px -41px; }

ul#navcontainer li#premiere   a        { background-position:  0px   82px; width: 74px; left:  158px; }
ul#navcontainer li#premiere   a:hover  { background-position:  -158px -41px; }

ul#navcontainer li#acco       a        { background-position:  0px   82px; width: 74px; left:  236px; }
ul#navcontainer li#acco       a:hover  { background-position:  -236px -41px; }

ul#navcontainer li#riders     a        { background-position:  0px   82px; width: 74px; left:  316px; }
ul#navcontainer li#riders     a:hover  { background-position:  -316px -41px; }

ul#navcontainer li#contact    a        { background-position:  0px   82px; width: 74px; left:  395px; }
ul#navcontainer li#contact    a:hover  { background-position:  -395px -41px; }