.about a {
	width: 64px;
	height: 23px;
	background: url(images/about.png) no-repeat left top;
	display: block;
}

.about a:hover {
	width: 64px;
	height: 23px;
	background: url(images/about.png) no-repeat left bottom;
	display: block;
}

.aboutover a {
	width: 64px;
	height: 23px;
	background: url(images/about.png) no-repeat left bottom;
	display: block;
}

.contact a {
	width: 64px;
	height: 23px;
	background: url(images/contact.png) no-repeat left top;
	display: block;
}

.contact a:hover {
	width: 64px;
	height: 23px;
	background: url(images/contact.png) no-repeat left bottom;
	display: block;
}

.contactover a {
	width: 64px;
	height: 23px;
	background: url(images/contact.png) no-repeat left bottom;
	display: block;
}

#email {
	margin: 38px 0 0 488px;
}

#email a {
	color: #e7690d;
	font-family: arial;
	font-size: .8rem;
	text-decoration: none;
}

.home a {
	width: 64px;
	height: 23px;
	background: url(images/home.png) no-repeat left top;
	display: block;
}

.home a:hover, .homeover a {
	width: 64px;
	height: 23px;
	background: url(images/home.png) no-repeat left bottom;
	display: block;
}

#menu {
	margin-top: 77px;
	margin-left: 342px;
	*margin-left: 302px;
	*margin-top: 81px;
}

.services a {
	width: 64px;
	height: 23px;
	background: url(images/services.png) no-repeat left top;
	display: block;
}

.services a:hover {
	width: 64px;
	height: 23px;
	background: url(images/services.png) no-repeat left bottom;
	display: block;
}

.servicesover a {
	width: 64px;
	height: 23px;
	background: url(images/services.png) no-repeat left bottom;
	display: block;
}

.text {
	border: 1px solid #939fc2;
	margin-left: 15px;
	padding: 3px;
}

#text {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	margin: 10px 0 0 39px;
	width: 630px;
}

ul.nav {
	list-style: none;
	padding: 0;
	width: 337px;
}

ul.nav li {
	list-style: none;
	*margin-right: 10px;
	margin-right: 20px;
	padding: 0;
	float: left;
	vertical-align: middle;
	width: 64px;
}