/* CSS Document */

/* for the extra nav buttons */

#nav_estimate {
	width: 85px;
	height: 25px; 
	margin: 0 15px; 
	padding: 0; 
	background: url("navbuttons/estimateup.gif"); 
	}
	
	#nav_estimate a {
		display: block; 
		width: 85px; 
		height: 25px; 
		}
					
		#nav_estimate a:hover { 
			background: url("navbuttons/estimatedown.gif"); 
			}
			
#nav_links {
	width: 85px;
	height: 25px; 
	margin: 0 15px; 
	padding: 0; 
	background: url("navbuttons/linkup.gif"); 
	}
	
	#nav_links a {
		display: block; 
		width: 85px; 
		height: 25px; 
		}
					
		#nav_links a:hover { 
			background: url("navbuttons/linkover.gif"); 
			}
