#navlist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 620px;
	height: 18px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#navlist li {
	margin-right: 2px;
	padding: 0;
	display: block;
	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: 18px 0 0 0;
	overflow: hidden;
}

#navlist a:hover {
	background-position: 0 -18px;
}

#item1 a {
	width: 49px;
	background: url(/img/menu/home.gif) top left no-repeat;
}
#item2 a {
	width: 48px;
	background: url(/img/menu/news.gif) top left no-repeat;
}
#item3 a {
	width: 65px;
	background: url(/img/menu/artists.gif) top left no-repeat;
}
#item4 a {
	width: 95px;
	background: url(/img/menu/exhibitions.gif) top left no-repeat;
}
#item5 a {
	width: 73px;
	background: url(/img/menu/editions.gif) top left no-repeat;
}
#item6 a {
	width: 85px;
	background: url(/img/menu/bookshop.gif) top left no-repeat;
}
#item7 a {
	width: 41px;
	background: url(/img/menu/info.gif) top left no-repeat;
}
#item8 a {
	width: 74px;
	background: url(/img/menu/contact.gif) top left no-repeat;
}
#item9 a {
	width: 56px;
	background: url(/img/menu/about.gif) top left no-repeat;
}