#header {
	width: 924px;
	height: 155px;
}
.logo {
	background-image: url(../images/fs_logo.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 133px;
	width: 202px;
	margin-left: 75px;
	margin-top: 10px;
}
.nav_rightbox {
	float: right;
	width: 556px;
	height:155px;
}
#language {
	display:none;
	float: right;
	text-align: right;
	margin-right: 25px;
	margin-bottom:10px;
	clear:both;
}
#language a:link, a:visited{
	font-size: 16px;
	text-decoration: none;
	color: #09539b;
}
#language a:hover {
	color: #09C;
	text-decoration: underline;
}
#language2 {
	margin-bottom:10px;
}
#language2 a:link, #language2 a:visited{
	font-size: 16px;
	text-decoration: none;
	color: #09539b;
}
#language2 a:hover {
	color: #09C;
	text-decoration: underline;
}
.search {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 12px;
	margin-right: 25px;
	height:20px;
	clear:both;
}
.login {
	float:right;
	width: 150px;
	height:40px;
	clear:both;
	margin-right:25px;
	margin-bottom:8px;
}
#navmenu {
	float: right;
	height: 41px;
	width: 556px;
	margin-top: 16px;
	background-image: url(../images/nav_menubar.gif);
	background-repeat: no-repeat;
}

/* Hacks */
.mac.ff3 #navmenu {
	margin-top: 14px;
}
.win.ff3 #navmenu {
	margin-top: 15px;
}
.win.chrome #navmenu {
	margin-top: 15px;
}