@charset "utf-8";
/* CSS Document */

#navigation {
	float: left;
	width: 524px;
	height: 9px;
	padding: 9px 0 0 36px;
	margin: 0;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation li a {
	border: 0;
	display: block;
	height: 9px;
	text-decoration: none;
}

#navigation li a span{
	display:none;
}

#navigation li#home a {
	width: 46px;
	background: url(../grfx/nav.gif) 0px 0px no-repeat;
}

#navigation li#home a:hover {
	background: url(../grfx/nav.gif) 0px -9px no-repeat;
}

#navigation li#company-profile a {
	width: 129px;
	background: url(../grfx/nav.gif) -46px 0px no-repeat;
}

#navigation li#company-profile a:hover {
	background: url(../grfx/nav.gif) -46px -9px no-repeat;
}

#navigation li#services a {
	width: 79px;
	background: url(../grfx/nav.gif) -175px 0px no-repeat;
}

#navigation li#services a:hover {
	background: url(../grfx/nav.gif) -175px -9px no-repeat;
}

#navigation li#regulations a {
	width: 103px;
	background: url(../grfx/nav.gif) -254px 0px no-repeat;
}

#navigation li#regulations a:hover {
	background: url(../grfx/nav.gif) -254px -9px no-repeat;
}

#navigation li#projects a {
	width: 84px;
	background: url(../grfx/nav.gif) -357px 0px no-repeat;
}

#navigation li#projects a:hover {
	background: url(../grfx/nav.gif) -357px -9px no-repeat;
}

#navigation li#contact-us a {
	width: 82px;
	background: url(../grfx/nav.gif) -441px 0px no-repeat;
}

#navigation li#contact-us a:hover {
	background: url(../grfx/nav.gif) -441px -9px no-repeat;
}