﻿#header
{
	margin: 0px;
	padding: 0px;
}
#header ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header li
{
	display: inline;
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
	vertical-align: middle;
}
#header span
{
	display: none;
}
.navLogo
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.navAboutUs
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(      "images/nav_aboutus.gif" ) no-repeat 0 0;
}
.navAboutUs:hover
{
	background: url(     "images/nav_aboutus_OVER.gif" ) no-repeat 0 0;
}
.navProjects
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(     "images/nav_projects.gif" ) no-repeat 0 0;
}
.navProjects:hover
{
	background: url(     "images/nav_projects_OVER.gif" ) no-repeat 0 0;
}
.navRenderings
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(     "images/nav_renderings.gif" ) no-repeat 0 0;
}
.navRenderings:hover
{
	background: url(     "images/nav_renderings_OVER.gif" ) no-repeat 0 0;
}
.navNews
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(     "images/nav_news.gif" ) no-repeat 0 0;
}
.navNews:hover
{
	background: url(     "images/nav_news_OVER.gif" ) no-repeat 0 0;
}
.navClients
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(     "images/nav_clients.gif" ) no-repeat 0 0;
}
.navClients:hover
{
	background: url(     "images/nav_clients_OVER.gif" ) no-repeat 0 0;
}
.navContact
{
	display: inline-block;
	width: 75px;
	height: 22px;
	background: url(     "images/nav_contact.gif" ) no-repeat 0 0;
}
.navContact:hover
{
	background: url(     "images/nav_contact_OVER.gif" ) no-repeat 0 0;
}

