#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
}
        
#nav a:hover {
	background-position: 0 -20px;
}

/* punti menu */

#willkommen a  {
	width: 110px;
	background: url(../images/menu/de/menu1.gif) top left no-repeat;
}

#apartments a  {
	width: 110px;
	background: url(../images/menu/de/menu2.gif) top left no-repeat;
}
        
#lageplan a  {
	width: 110px;
	background: url(../images/menu/de/menu3.gif) top left no-repeat;
}

#preise a  {
	width: 110px;
	background: url(../images/menu/de/menu4.gif) top left no-repeat;
}
        
#anfragen a  {
	width: 110px;
	background: url(../images/menu/de/menu5.gif) top left no-repeat;
}
        
#home a  {
	width: 60px;
	background: url(../images/menu/home.gif) top left no-repeat;
}