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

#nav {
	margin:auto;
	}
	
#nav li {
	list-style:none;
	line-height: 1.4px;
	margin-left:-20px;
	height:41px;
	}
	
#nav li a {	
	padding: 0px;
	margin: 0px;
}
	
/* Contact Us Button */
#contactUs {
	display: block;
	width: 161px;
	height: 36px;
	background: url("images/contact_btn.png") no-repeat 0 0;
	position: absolute;
	padding: 0px;
	margin: 0px;
	}

#contactUs:hover { 
	background-position: 0 -36px;
	}

#contactUs span {
	display: none;
	}


/* Home Button */
#home {
	display: block;
	width: 161px;
	height: 36px;
	background: url("images/home_btn.png") no-repeat 0 0;
	position: absolute;
	padding: 0px;
	margin: 0px;
	}

#home:hover { 
	background-position: 0 -36px;
	}

#home span {
	display: none;
	}



/* Location Button */
#location {
	display: block;
	width: 161px;
	height: 36px;
	background: url("images/location_btn.png") no-repeat 0 0;
	position: absolute;
	padding: 0px;
	margin: 0px;
	}

#location:hover { 
	background-position: 0 -36px;
	}

#location span {
	display: none;
	}


/* Sizes & Rates Button */
#sizeRates {
	display: block;
	width: 161px;
	height: 36px;
	background: url("images/rates_btn.png") no-repeat 0 0;
	position: absolute;
	padding: 0px;
	margin: 0px;
	}

#sizeRates:hover { 
	background-position: 0 -36px;
	}

#sizeRates span {
	display: none;
	}