#header {
	width: 100%;
	font-family: 'OpenSansLight', arial, serif;
	border: none;
	outline: none;
}
#logotype {
	float: left;
}
#language {
	float: right;
	font-size: 65%;
	text-align: right;
}
#language a {
	color: white;
	text-decoration: none;
}
#menu {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	outline: none;
}
#menu a {
	background: url('../images/menu-bar.jpg') repeat-y left top;
	display: inline-block;
	text-decoration: none;
	width: 189px;
	height: 85px;
	overflow: hidden;
	vertical-align: top;
	border: none;
	outline: none;
}
#menu h6 {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	text-decoration: none;
	font-size: 100%;
	font-family: 'OpenSansLight', arial, serif;
	font-weight: normal;
}
#menu p {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #767676;
	text-decoration: none;
	font-size: 75%;
	line-height: 100%;
	text-align: left;
}
.greenstatic h6 {
	color: #acc568 !important;
}
#menu a:hover h6 {
	color: #acc568;
	border: none;
	outline: none;
}
#menu a:hover p {
	color: white;
	border: none;
	outline: none;
}
.noborderlink {
	border: none;
	outline: none;
}
