 /* CSS Document */




a { color: #0000CC; text-decoration: none; }

.banner { 
display: block; 
width: 957; 
height: 206px;
border-width:medium;
position: relative;
left: ;
	top: -20px;
border-color:#000000;
background: transparent url(banner.jpg) no-repeat;

}


.home { 
display: block; 
width: 100px; 
height: 41px;
background: transparent url(links/home.jpg) no-repeat;
position:absolute;
	left: 200px;	top: 165px;
}

.home:hover { 
background: transparent url(links/home_hover.jpg) no-repeat;
background-position: 0px 0;
	position: absolute;
s
}

.ordering {
	display: block;
	width: 100px;
	height: 41px;
	background: transparent url(links/ordering.jpg) no-repeat;
	position: absolute;
	left: 275px;	top: 165px;
}

.ordering:hover { 
	background: transparent url(links/ordering_hover.jpg) no-repeat;
	background-position: -1px 0;
	position: absolute;
	

}

.products { 
	display: block;
	width: 100px;
	height: 41px;
	background: transparent url(links/products.jpg) no-repeat;
	position:absolute;
	left: 375px;	top: 165px;
}

.products:hover { 
background: transparent url(links/products_hover.jpg) no-repeat;
background-position: 0px 0; 
position:absolute;

}

.directions { 
display: block; 
width:100px; 
height: 48px;
background: transparent url(links/directions.jpg) no-repeat; 
	position:absolute;
	left: 475px;	top: 165px;
}

.directions:hover { 
background: transparent url(links/directions_hover.jpg) no-repeat; 
background-position: 0px 0; 
position:absolute;
}


.aboutus { 
display: block; 
width: 100px; 
height: 41px;
background: transparent url(links/aboutus.jpg) no-repeat; 
	position:absolute;
	left: 575px;	top: 165px;
}

.aboutus:hover { 
background: transparent url(links/aboutus_hover.jpg) no-repeat; 
background-position: 0px 0; 
position:absolute;
}


.contact { 
display: block; 
width: 100px; 
height: 41px;
background: transparent url(links/contact.jpg) no-repeat; 
	position:absolute;
	left: 675px;	top: 165px;
}

.contact:hover { 
background: transparent url(links/contact_hover.jpg) no-repeat; 
background-position: 0px 0; 
position:absolute;
}