#topmenu{
	background: url(topbg.gif);
	width: 100%;
	height: 80px;
}


#topmenu ul {
	list-style: none;
	display: block;
	margin: 0 auto 0 auto;
	width: 460px;
	padding-top: 15px;
}

#topmenu ul li span{
	/* Skyffla textlänkarna utanför bild */
	position: absolute;
	top: -300px;
}

#topmenu ul li {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
}


#topmenu ul li a{
	display: block;
	background-repeat: no-repeat;
}

#topmenu ul li#x7 a {
	background-image: url(nautiz-x7.gif);
	width: 113px; height: 50px;
}

#topmenu ul li#x5 a {
	background-image: url(nautiz-x5.gif);
	width: 118px; height: 50px;
}

#topmenu ul li#eticket a {
	background-image: url(nautiz-eticket.gif);
	width: 175px; height: 50px;
}


#topmenu ul li#x7 a:hover, #topmenu ul li#x5 a:hover, #topmenu ul li#eticket a:hover {
	background-position: 0 -50px;
	background-repeat: no-repeat;
}


#topmenu ul li a.active{
	background-position: 0 -50px;
}