.sub-contact-contact, .sub-contact-location{
	position:absolute;
	height:25px;
	top:0px;
	}
.sub-contact-contact {
	left:40px;

}
.sub-contact-contact a {
	display:block;
	width:85px;
	height:25px;
	background-image:url(images/menu/contact/contact.gif);
	}
.sub-contact-contact a:hover, .sub-contact-contact a.current {
	background-position:-85px;
}
.sub-contact-location {
	left:125px;
}
.sub-contact-location a {
	display:block;
	width:85px;
	height:25px;
	background-image:url(images/menu/contact/location.gif);
	}
.sub-contact-location a:hover, .sub-contact-location a.current {
	background-position:-85px;
}	

