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

#navigation {
	float: left;
	width: 647px;
	height: 22px;
	padding: 0 0 0 329px;
	margin: 0;
	background: url(../grfx/nav-bg.gif) top left no-repeat;
}

#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: 18px;
	text-decoration: none;
}

#navigation li a span{
	display:none;
}

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

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

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

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

#navigation li#project-support a {
	width: 150px;
	background: url(../grfx/nav.gif) -214px 0px no-repeat;
}

#navigation li#project-support a:hover {
	background: url(../grfx/nav.gif) -214px -18px no-repeat;
}

#navigation li#plant-equipment a {
	width: 152px;
	background: url(../grfx/nav.gif) -364px 0px no-repeat;
}

#navigation li#plant-equipment a:hover {
	background: url(../grfx/nav.gif) -364px -18px no-repeat;
}

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

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