#header {
	position			: relative;
	width				: 100%;
	height				: 139px;
	background-image	: url('../images/header/header_background.jpg');
	background-color	: #000;
	background-repeat	: no-repeat;
	background-position	: top center;
}

#logo_sykkeen {
	position			: absolute;
	width				: 287px;
	height				: 58px;
	left				: 0px;
	top					: 38px;
}

#menu_animated {
	position	: relative;
	left		: 554px;
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	width		: 411px;
}

.menu_animated_li{
	width		: 78px;
	height		: 3px;
	float		: left;
	background	: url('../images/header/menu_bck.png');
	overflow	: hidden;
	margin-left	: 3px;
}

.menu_animated_li_fix {
	width		: 78px;
	height		: 86px;
	float		: left;
	background	: url('../images/header/menu_bck.png');
	overflow	: hidden;
	margin-left	: 3px;
}

#menu_static {
	position	: absolute;
	left		: 554px;
	top			: -3px;
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	width		: 411px;
}

.menu_static_li {
	width		: 78px;
	height		: 39px;
	float		: left;
	text-align	: center;
	overflow	: hidden;
	margin-left : 3px;
	padding-top	: 50px;
}

.menu_static_li_fix {
	width		: 78px;
	height		: 39px;
	float		: left;
	text-align	: center;
	overflow	: hidden;
	margin-left : 3px;
	padding-top	: 50px;
}

#menu_static li a{
	color			: #fff;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 15px;
}

#submenu {
	position	: absolute;
	left		: 645px;
	top			: 95px;
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	width		: 330px;
}

#submenu li {
	float		: left;
	text-align	: center;
	overflow	: hidden;
	margin-left : 20px;
}

#submenu li a{
	color			: #fff;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 12px;
}

#submenu li a:hover{
	text-decoration	: underline;
}
