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

#nav {
	padding-top: 30px;
	margin-left: 60px;
}

#about {
	position:absolute;
	left:70px;
	top:150px;
}

#about a {
	background-image:url(images/about.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:84px;
	}	

#about a:hover {
	background-image:url(images/about_hover.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:84px;
	}

#products {
	position:absolute;
	left:153px;
	top:150px;
	}

#products a {
	background-image:url(images/products.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:93px;
	}	

#products a:hover {
	background-image:url(images/products_hover.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:93px;
	}

#contact_us {
	position:absolute;
	left:246px;
	top:150px;
	}

#contact_us a {
	background-image:url(images/contact_us.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:98px;
	}	

#contact_us a:hover {
	background-image:url(images/contact_us_hover.jpg);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	width:98px;
	}
