
#header {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #533;
	background: linear-gradient(to top, #555 0%, #bbb 70%, #999);
	background: linear-gradient(to top, #02a2d4 0%, #0DACFA 47%, #028FD1);
	background: linear-gradient(to top right, #071a25, #154865);
	box-shadow: 0 1px 8px 3px rgba(0,0,0,0.5);
	z-index: 1;
}

#headerMenu a, #pageName {
	color: #fff;
	text-shadow: 1px 1px 2px #222;
}

#pageName {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 30px;
	z-index: 1;
}

#headerMenu {
	position: absolute;
	height: 100%;
	right: 30px;
}

#headerMenu a {
	position: relative;
	float: left;
	margin-left: 10px;
	height: 100%;
	padding: 17px 20px;
	font-weight: bold;
	text-decoration: none;
}
#headerMenu a:first-child {
	margin-left: 0px;
}
#headerMenu a:hover {
	background-color: rgba(0,0,0,0.3);
}
	#headerMenu #mainmenu_login {
		background-color: #354;
	}
	#headerMenu #mainmenu_login:hover {
		background-color: #305241;
	}
		#headerMenu a > .image {
			position: relative;
			float: right;
			width: 40px;
			height: 40px;
			top: -12px;
			margin-left: 10px;
			background-image: URL('./../Images/UserInput/Profiles/profileDefault.png');
			background-position: center;
			background-size: cover;
			background-color: #DDD;
			border: 1px solid #FFF;
			border-radius: 5px;
		}