#navlist {
	width: 670px;
	height: 20px;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#navlist li {
	margin-right: 28px;
	padding: 0;
	display: inline;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#navlist a {
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 20px 0 0 0;
	overflow: hidden;
}

#navlist a:hover {
	background-position: 0 -20px;
	border-bottom: 0px;
}

#item1 a {
	width: 122px;
	background: url(../img/menue/navlistitems_01.gif) top left no-repeat;
}
#item2 a {
	width: 73px;
	background: url(../img/menue/navlistitems_02.gif) top left no-repeat;
}
#item3 a {
	width: 59px;
	background: url(../img/menue/navlistitems_03.gif) top left no-repeat;
}
#item4 a {
	width: 135px;
	background: url(../img/menue/navlistitems_04.gif) top left no-repeat;
}
#item5 a {
	width: 75px;
	background: url(../img/menue/navlistitems_05.gif) top left no-repeat;
}
#item6 a {
	width: 59px;
	background: url(../img/menue/navlistitems_06.gif) top left no-repeat;
}

