.navWrapper {
	padding-top: 85px;
	float: left;
	width: 337px;
	height: 24px;
	padding-left: 420px;
}
/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{
	text-decoration: none;
	cursor: default;
}

/*
=================================== Horizontal Navigation ================================*/
#hnav {
	position: relative;
	width: 299px;
	height: 24px;
	background-image: url(../images/h-menu-bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#hnav li {
	position: absolute;
	left: 0;
	height: 24px;
}
	#hnav #hnavservices {
	width: 89px;
	left: 0px;
}
	#hnav #hnavportfolio {
	width: 95px;
	left: 89px;
}
	#hnav #hnavcontact{
	width: 115px;
	left: 184px;
}
	#hnav #hnavfaq {
	width: 183px;
	left: 555px;
}
	#hnav #hnavcontact2 {
	width: 183px;
	left: 738px;
}
#hnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 24px;
	text-indent: -9999em;
}
