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

.navtop ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
height:47px;
line-height:250%;
width:640px;
overflow: hidden;
float: left;
}

.navtop ul li { 
display: inline;
float: left;
}

.navtop ul li a
{
text-decoration: none;
background-image: url(../images/topNav.png);
text-indent:-9999px;
margin: 00 1px 0 0;
height: 46px;
display:block;
float: left;

}

.navtop li a:hover, .navtop li a.hover, .navtop li a.selected
{
background-color:#64860e

}/*
.navtop li a:hover, .navtop li a:focus, .navtop li a:active
{

}
*/
a.homeL {
	width:75px;
	background-position:0px 0px
}

a.aboutL {
	width:90px;
	background-position: -75px 0px
}

a.newsL {
	width:65px;
	background-position:-165px 0px
}

a.productsL {
	width:100px;
	background-position:-320px 0
}

a.environmentalL {
	width:115px;
	background-position:-420px 0
}

a.servicesL {
	width:90px;
	background-position:-230px 0
}
a.contactL {
	width:90px;
	background-position:-540px 0
}
