/*** nav ***/

#nav {
	height: 36px;
	display: block;
	margin-top: 17px;
	margin-left: 6px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	line-height: 152%;
}
#nav li {
	list-style:none;
	display:inline;
}
#nav li a {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	vertical-align: bottom;
	display:block;
	background: url(osteras/gfx/nav_sep.gif) right 12px no-repeat;
	padding: 7px 15px 0px 15px;
	margin: 0;
	height: 30px;
}

/*#nav li a span {
	visibility:hidden;
	display:none;
}*/
#nav li.last a {background: none;}


#nav li a:visited {text-decoration: none;}
#nav li.on a, #nav li.on a:visited {
	/*text-decoration: underline;*/
	color:#ed1c24;
}
#nav li a:hover {/*text-decoration: underline;*/
	color:#ed1c24;
}


/*#nav li a#forsiden {
	background-image: url(osteras/gfx/nav_forsiden.png);
	width: 100px;
}
#nav li a#historie {
	background-image: url(osteras/gfx/nav_historie.png);
	width: 156px;
}
#nav li a#leverandorer {
	background-image: url(osteras/gfx/nav_leverandorer.png);
	width: 120px;
}
#nav li a#eventer{
	background-image: url(osteras/gfx/nav_eventer.png);
	width: 76px;
}
#nav li a#kontakt{
	background-image: url(osteras/gfx/nav_kontakt.png);
	width: 77px;
}
#nav li a#registrer{
	background-image: url(osteras/gfx/nav_registrer.png);
	width: 177px;
}
#nav li a#linker{
	background-image: url(osteras/gfx/nav_linker.png);
	width: 64px;
}*/

/*** LANGUAGE ***/

#language {
	/*background: green;*/
	float: right;
	margin: 37px 37px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	line-height: 152%;
	height:40px;
	width:150px;
}
#language li {
	list-style:none;
	display:inline;
}
#language li a {
	background: red;
	display: block;
	font-size: 11px;
	padding: 0px 22px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#language li a.norwegian {background:url(osteras/gfx/lang_no.png) center right no-repeat;}
#language li a.english {background:url(osteras/gfx/lang_eng.png) center right no-repeat;}

/*** LANGUAGE END ***/


