/* ---- MENYN ---- */

#meny {
	margin: 0;
	padding: 0;
	width: 760px;
	background: url(../px/bg_meny.gif) no-repeat top left;
}

#meny ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	height:90px;
	display: inline;
}

#meny li {
	display: inline;
	height: 90px;
	float: left;
}

#meny li span {
	display: none;
}

#meny li a {

}

#meny li.start_act a {
	background: url(../px/start.gif) no-repeat bottom left;
	width: 132px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.start a {
	background: url(../px/start.gif) no-repeat top left;
	width: 132px;
	height: 90px;
	display:block;
	float: left;
}


#meny li.om_act a {
	background: url(../px/om.gif) no-repeat bottom left;
	width: 124px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.om a {
	background: url(../px/om.gif) no-repeat top left;
	width: 124px;
	height: 90px;
	display:block;
	float: left;
}


#meny li.mat_act a {
	background: url(../px/mat.gif) no-repeat bottom left;
	width: 126px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.mat a {
	background: url(../px/mat.gif) no-repeat top left;
	width: 126px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.meeting_act a {
	background: url(../px/meeting.gif) no-repeat bottom left;
	width: 127px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.meeting a {
	background: url(../px/meeting.gif) no-repeat top left;
	width: 127px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.event_act a {
	background: url(../px/event.gif) no-repeat bottom left;
	width: 126px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.event a {
	background: url(../px/event.gif) no-repeat top left;
	width: 126px;
	height: 90px;
	display:block;
	float: left;
}


#meny li.kontakt_act a {
	background: url(../px/kontakt.gif) no-repeat bottom left;
	width: 114px;
	height: 90px;
	display:block;
	float: left;
}

#meny li.kontakt a {
	background: url(../px/kontakt.gif) no-repeat top left;
	width: 114px;
	height: 90px;
	display:block;
	float: left;
}