@charset "utf-8";
/* CSS Document */

a.about {
	display: block;
	width: 292px;
	height: 27px;
	text-align: left;
	background-image: url("../images/link_about.gif");
} 

a.about:hover { 
   background-position: 292px 0; 
}

a.menu {
	display: block;
	width: 292px;
	height: 27px;
	background: url("../images/link_menu.gif");
	text-align: left;
} 

a.menu:hover { 
   background-position: 292px 0;
}

a.gallery {
	display: block;
	width: 292px;
	height: 31px;
	background: url("../images/link_gallery.gif");
	text-align: left;
}

a.gallery:hover { 
   background-position: 292px 0; 
}

a.crafts {
	display: block;
	width: 292px;
	height: 27px;
	background: url("../images/link_crafts.gif");
	text-align: left;
}

a.crafts:hover { 
   background-position: 292px 0; 
}

a.abbey {
	display: block;
	width: 292px;
	height: 30px;
	background: url("../images/link_abbey.gif");
	text-align: left;
} 

a.abbey:hover { 
   background-position: 292px 0; 
}

a.directions {
	display: block;
	width: 292px;
	height: 27px;
	background: url("../images/link_directions.gif");
	text-align: left;
} 

a.directions:hover { 
   background-position: 292px 0; 
}

a.contact {
	display: block;
	width: 292px;
	height: 27px;
	background: url("../images/link_contact.gif");
	text-align: left;
} 

a.contact:hover { 
   background-position: 292px 0; 
}

