@charset "utf-8";
/* CSS Document */

#nav {
	width: 980px;
	/* [disabled]background-image: url(../images/nav/background_mainMenue.gif); */
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: absolute;
	height: 45px;
}
#nav ul {
	list-style-type: none;
	height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	width: 140px;
	text-align: center;
	float: left;
	padding-top: 3px;
}
#nav ul li a {
	width: 140px;
	padding-top: 15px;
	float: left;
	background-image: url(../images/nav/button.png);
	background-repeat: no-repeat;
}
#nav ul a:link, #nav ul a:visited {
	text-decoration: none;
	color: #000;
}
#nav ul a:hover, #nav ul a:active {
	text-decoration: none;
	color: #000;
	background-image: url(../images/nav/button_down.png);
}

#home li#startSide a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#lop li#lop a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#trening li#trening a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#profiler li#profiler a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#arkiv li#arkiv a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#styret li#styret a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
#linker li#linker a {
	background-image: url(../images/nav/current_page.png);
	background-repeat: no-repeat;
}
