<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

ul#menu {
	cursor: default;
	list-style-type: none;
	padding: 0;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#menu ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left 2px;
}
#menu a:hover span {
  display: block;
}
#menu .home {
	width: 100px;
	height: 16px;
	left: 182px;
	top: 15px;
	background-image: url(../images/homeTab.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .design {
	width: 100px;
	height: 16px;
	left: 110px;
	top: 15px;
	background-image: url(../images/menu-design.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .construction {
	width: 170px;
	height: 16px;
	left: 271px;
	top: 15px;
	background-image: url(../images/menu-construction.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .maintenance {
	width: 170px;
	height: 16px;
	left: 431px;
	top: 15px;
	background-image: url(../images/menu-maintenance.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .portfolio1 {
	width: 140px;
	height: 16px;
	left: 468px;
	top: 15px;
	background-image: url(../images/menu-portfolio.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .contact1:before {display:none;}

#menu .contact1 {
	color:#E6E7DA;
	width: 120px;
	height: 16px;
	left: 616px;
	top: 15px;
	background-image: url(../images/menu-contact.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#menu .portfolio {
	width: 140px;
	height: 16px;
	left: 650px;
	top: 15px;
	background-image: url(../images/menu-portfolio.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .contact1:before {display:none;}

#menu .contact {
	width: 120px;
	height: 16px;
	left: 806px;
	top: 15px;
	background-image: url(../images/menu-contact.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container #cardWrap #nav, .container #portfolioCard #nav {
	height: 52px;
	position: relative;
	margin-left: 30px;
}
#menu li {color: #E6E7DA;}
</pre></body></html>