ul#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 35px;
}
#menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}
#menu li a {
	display: block;
	height: 35px;
	background: #0E4C71 url(../../images/interface/navigation.jpg) no-repeat;
}
#menu #home a {
	width: 80px;
	background-position: 0 0;
}
#menu #home a:hover {
	width:80px;
	background-position:0 -35px;
}
#menu #products a {
	width: 80px;
	background-position: -80px 0px;
}
#menu #products a:hover {
	width: 80px;
	background-position: -80px -35px;
}
#menu #services a {
	width: 79px;
	background-position: -163px 0px;
}
#menu #services a:hover {
	width:79px;
	background-position: -163px -35px;
}
#menu #materials a {
	width: 84px;
	background-position: -241px 0px;
}
#menu #materials a:hover {
	width:84px;
	background-position:-241px -35px;
}
#menu #dti_difference a {
	width: 121px;
	background-position: -324px 0px;
}
#menu #dti_difference a:hover {
	width: 121px;
	background-position: -324px -35px;
}
#menu #about_dti a {
	width: 90px;
	background-position: -444px 0px;
}
#menu #about_dti a:hover {
	width: 90px;
	background-position: -444px -35px;
}
#menu #news_and_information a {
	width: 159px;
	background-position: -533px 0px;
}
#menu #news_and_information a:hover {
	width: 159px;
	background-position: -533px -35px;
}
#menu #request_a_quote a {
	width: 139px;
	background-position: -695px 0px;
}
#menu #request_a_quote a:hover {
	width: 139px;
	background-position: -695px -35px;
}
#menu #contact_us a {
	width: 108px;
	background-position: -833px 0px;
}
#menu #contact_us a:hover {
	width: 108px;
	background-position: -833px -35px;
}
