/*****	START - Navigation Classes	*****/
#mainnav_flags {
   	width: 650px;
   	height: 16px;
   	position: relative;
   	background: url("../img/flags.gif") no-repeat;
	margin:0px;
}

#mainnav_flags li {
   margin: 0;
	padding: 0;
	list-style: none;
   position: absolute;
	top: 2px;
}

#mainnav_flags li, #mainnav_flags a {
	height: 16px;
	display: block;
}

#naveng {
	left: 486px;
	width: 20px;
}

#naveng a:hover {
    background: transparent url("../img/flags.gif")  -486px -16px no-repeat;
}

#navger {
	left: 509px;
	width: 20px;
}

#navger a:hover {
    background: transparent url("../img/flags.gif")  -509px -16px no-repeat;
}

#navswe {
	left: 532px;
	width: 20px;
}

#navswe a:hover {
    background: transparent url("../img/flags.gif")  -532px -16px no-repeat;
}

#navfra {
	left: 555px;
	width: 20px;
}

#navfra a:hover {
    background: transparent url("../img/flags.gif")  -555px -16px no-repeat;
}

#navned {
	left: 580px;
	width: 20px;
}

#navned a:hover {
    background: transparent url("../img/flags.gif")  -578px -16px no-repeat;
}

#navesp {
	left: 601px;
	width: 20px;
}

#navesp a:hover {
    background: transparent url("../img/flags.gif")  -601px -16px no-repeat;
}

/*****	END - Navigation Classes	*****/
