div#navigation
{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
}

img#flag_de, img#flag_fr, img#flag_en
{
	position: absolute;
	cursor: pointer;	
}

img#flag_fr
{
	left: 0px;
}

img#flag_de
{
	left: 30px;
}

img#flag_en
{
	left: 60px;
}

div#flags
{
	position: absolute;
	top: 27px;
	height: 14px;
	right: 0px;
	width: 88px;
}

div#navigation2
{
	left: 0px;
	top: 127px;
	position: absolute;
	width: 198px;
	height: auto;
}

div#menu
{
	position: absolute;
	top: 51px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 1px;
	border: 0px;
}

div#indupro
{
	position: absolute;
	top: 329px;
	left: 63px;
	width: 111px;
	height:25px;
}

div#locaplus
{
	position: absolute;
	top: 390px;
	left: 63px;
	width: 173px;
	height:25px;
}

div#ijames
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img#ijames_logo
{
	vertical-align: bottom;
	cursor: pointer;
}

.nav_button
{
	background: url('../img/navigation/sep.png') no-repeat top right; 
	
	height: 24px;
	width: 100%;
	
	padding-top: 8px;
	
	float: right;
	clear: both;
}
.nav_link
{
	float: right;
}

