.NavBar {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
	font-weight: bold;
}

.NavBar a {
	position: relative;
	width: 150px;
	height: 100%;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
}

.NavBar a:hover .Line  {
	background-color: #4f525e !important;
}

.NavBar .Separator {
	width: 12px;
	display: block;
	float: left;
}

.NavBar .Line {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 7px;	
	font-size: 1px;
	line-height: 1px;
}


.NavBar .Text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.SwissproGroupLine {
	background-color: #D0D0D0;
}

.NavBar a .SwissproGroupText {
	color: #D0D0D0;
}

.InstallationLine {
	background-color: #BAAE85;
}

.NavBar a .InstallationText {
	color: #BAAE85;
}

.ICTSolutionsLine {
	background-color: #8CA28C;
}


.NavBar a .ICTSolutionsText {
	color: #8CA28C;
}

.BCTSolutionsLine {
	background-color: #BC9282;
}


.NavBar a .BCTSolutionsText {
	color: #BC9282;
}

.EngineeringLine {
	background-color: #8C9DB6;
}


.NavBar a .EngineeringText {
	color: #8C9DB6;
}

.FacilityServicesLine {
	background-color: #A9A4A0;
}

.NavBar a .FacilityServicesText {
	color: #A9A4A0;
}

.NavBar a:hover span {
	color: #4f525e;
}