/* MENYBOX */
#meny_container {
	margin-top: 20px;
	margin-bottom: 40px;
	width: auto;
	height:30px;
	margin-right: 30px;
	float: left;
	margin-left: 30px;
}

/* MENY */
#meny {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
}
#meny ul {display: inline;}
#meny li{
	display: inline;
	list-style: none;
}
#meny a {
	display: inline;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	}

/* länkar, egenskaper */
#meny a:link {
	color:#000000;
} 
#meny a:visited {
	color:#333333;
} 
#meny a:hover {
	background-color:#ffffff;
	color:#666666;
	background-image: url(bilder/appelknapp-hover.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* AKTIV SIDA */
#meny a#current {
	background-color:#ffffff;
	color:#000000;
	background-image: url(bilder/appelknapp-current.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
