#Navigation {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#Navigation li {
	margin: 0 30px 0 0px;
	padding: 0;
	list-style: none;
	display: inline;
}
#Navigation a {
	float: left;
	margin: 0px;
	padding: 30px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#Navigation a:hover {
	background-position: 0 -30px;
}
#Navigation a:active, #Navigation a.selected {
	background-position: 0 -30px;
}
#home a {
	width: 54px;
	background: url("../gfx/navigation/home.jpg") top left no-repeat;
}
#winemaking a {
	width: 90px;
	background: url("../gfx/navigation/winemaking.jpg") top left no-repeat;
}
#viticulture a {
	width: 90px;
	background: url("../gfx/navigation/viticulture.jpg") top left no-repeat;
}
#wines a {
	width: 61px;
	background: url("../gfx/navigation/wines.jpg") top left no-repeat;
}
#wine-club a {
	width: 167px;
	background: url("../gfx/navigation/wine-club.jpg") top left no-repeat;
}
#news a {
	width: 51px;
	background: url("../gfx/navigation/news.jpg") top left no-repeat;
}
#winefood a {
	width: 142px;
	background: url("../gfx/navigation/wine-food.jpg") top left no-repeat;
}
#order a {
	width: 75px;
	background: url("../gfx/navigation/purchase.jpg") top left no-repeat;
}

