@charset "utf-8";
/* CSS Document */
.sdrollover a {
	display:block;
	float:left;
	width:106px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/steam-drums.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.sdrollover a:hover { 
background-position: 0 -9px;
}
.sdrollover a:active {
background-position: 0 0px;
}
.seprollover a {
	display:block;
	float:left;
	width:93px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/separators.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.seprollover a:hover { 
background-position: 0 -9px;
}
.seprollover a:active {
background-position: 0 0px;
}
.linksrollover a {
	display:block;
	float:left;
	width:47px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/links.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.linksrollover a:hover { 
background-position: 0 -9px;
}
.linksrollover a:active {
background-position: 0 0px;
}
.testrollover a {
	display:block;
	float:left;
	width:103px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/testimonials.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.testrollover a:hover { 
background-position: 0 -9px;
}
.testrollover a:active {
background-position: 0 0px;
}
.aboutrollover a {
	display:block;
	float:left;
	width:75px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/about-us.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.aboutrollover a:hover { 
background-position: 0 -9px;
}
.aboutrollover a:active {
background-position: 0 0px;
}
.contactrollover a {
	display:block;
	float:left;
	width:92px;
	height:9px;
	margin:5px 19px 5px 0px;
	background-image:url(images/menu-options/contact-us.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.contactrollover a:hover { 
background-position: 0 -9px;
}
.contactrollover a:active {
background-position: 0 0px;
}
.steamdrums a {
	display:block;
	width:425px;
	height:37px;
	margin:0px auto 0px auto;
	background-image:url(images/steam-drums.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: 0 -37px;
}
.steamdrums a:hover {
	background-position: 0 0px;
}
.steamdrums a:active {
	background-position: 0 0px;
}
.separator a {
	display:block;
	width:425px;
	height:37px;
	margin:0px auto 0px auto;
	background-image:url(images/separators.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: 0 -37px;
}
.separator a:hover {
	background-position: 0 0px;
}
.separator a:active {
	background-position: 0 0px;
}
.LGSEP a {
	display:block;
	float:right;
	width:210px;
	height:37px;
	background-image:url(images/liquid_gas_separator.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: 0 0px;
}
.LGSEP a:hover {
	background-position: 0 -37px;
}
.LGSEP a:active {
	background-position: 0 -37px;
}
.GSEP a {
	display:block;
	float:right;
	width:210px;
	height:37px;
	background-image:url(images/gas_solid_separator.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: 0 0px;
	margin-left: 5px;
}
.GSEP a:hover {
	background-position: 0 -37px;
}
.GSEP a:active {
	background-position: 0 -37px;
}
.applications a {
	display:block;
	float:right;
	width:210px;
	height:37px;
	background-image:url(images/applications.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: 0 0px;
	margin-left: 5px;
}
.applications a:hover {
	background-position: 0 -37px;
}
.applications a:active {
	background-position: 0 -37px;
}

