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


#nav {
	height: 35px;
	background: #99180F url(images/nav_bg_07.png) repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 300px;

}

#nav ul {
	list-style: none;
	display: block;
}

#nav li {
	text-align: left;
	display: inline;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	float:left;
	text-indent: -9999px;
	height: 35px;
}

#nav li a#home {

	background: url(images/home.png) no-repeat top left;
	width: 68px;

}

#nav li a#about {

	background: url(images/about.png) no-repeat top left;
	width: 89px;


}

#nav li a#services {

	background: url(images/services.png) no-repeat top left;
	width: 81px;

}

#nav li a#testimo {

	background: url(images/clients.png) no-repeat top left;
	width: 70px;

}



#nav li a#gallery {

	background: url(images/gallery.png) no-repeat top left;
	width: 74px;

}

#nav li a#contact {

	background: url(images/contact.png) no-repeat top left;
	width: 95px;

}
#nav li a#salvage {

	background: url(images/material.png) no-repeat top left;
	width: 147px;

}
#nav a:hover#salvage  {

	background-position: bottom left

}

#nav a:hover#home  {

	background-position: bottom left

}

#nav a:hover#about {

	background-position: bottom left

}

#nav a:hover#services {

	background-position: bottom left

}

#nav a:hover#testimo {

	background-position: bottom left

}

#nav a:hover#gallery {

	background-position: bottom left

}

#nav a:hover#contact {

	background-position: bottom left

}
