/* Navigation */

#navigation {
	padding: 0;
	height: 49px;
}
	
#navigation ul	{
	width: 944px;
	height: 49px;
	padding: 0;
	position: relative;
}

#navigation ul.sv {
  background: transparent url('../images/formomiljo/navigation-sv.gif') top left no-repeat; border: 0;
}

#navigation ul.en {
  background: transparent url('../images/formomiljo/navigation-en.gif') top left no-repeat; border: 0;
}


#navigation ul li{
	display: inline;
	list-style: none;
	position: absolute;
	top: 0;
}

#navigation ul li img {
   display: none;
}

#navigation li, #navigation a	{
	height: 48px;
	display: block;	

}

#navigation ul li a {
	text-decoration: none;
	text-indent: -9999px;
}

#navigation li a:focus {
     outline:none;
}

#nav-start-en { 
	position: absolute;
	left: 30px;
	height: 49px;
	width: 97px;
}

#nav-start-en a:hover, #nav-start-en.selected { 
	background: transparent url(../images/formomiljo/navigation-en.gif) -30px -50px no-repeat;
}

#nav-company-en { 
	position: absolute;
	left: 130px;
	height: 49px;
	width: 96px;
}

#nav-company-en a:hover, #nav-company-en.selected { 
	background: transparent url(../images/formomiljo/navigation-en.gif) -130px -50px no-repeat;
}

#nav-products-en {  
	position: absolute;
	left: 229px;
	height: 49px;
	width: 97px;
}

#nav-products-en a:hover, #nav-products-en.selected { 
	background: transparent url(../images/formomiljo/navigation-en.gif) -229px -50px no-repeat;
}

#nav-contact-en {
	position: absolute;
	left: 328px;
	height: 49px;
	width: 97px;
}

#nav-contact-en a:hover, #nav-contact-en.selected { 
	background: transparent url(../images/formomiljo/navigation-en.gif) -328px -50px no-repeat;
}



#nav-fmv-sv {
  position: absolute;
	left: 328px;
	height: 49px;
	width: 97px;
}

#nav-fmv-sv a:hover, #nav-fmv-sv.selected {
	background: transparent url(../images/formomiljo/navigation-sv.gif) -328px -50px no-repeat;
}


#nav-contact-sv {
  position: absolute;
	left: 427px;
	height: 49px;
	width: 97px;
}

#nav-contact-sv a:hover, #nav-contact-sv.selected {
  background: transparent url(../images/formomiljo/navigation-sv.gif) -427px -50px no-repeat;
}


