﻿a.PartyInformation
{ 
     display: inline-block;
     width: 190px;
     height: 50px;
     background-image: url(../images/MenuItems/PartyInformation.gif); 
     background-repeat: no-repeat;
     text-align:center;
}
	 
a.PartyInformation:hover 
{ 
     background-image: url(../images/MenuItems/PartyInformation_A.gif); 
} 


a.Sponsors
{ 
     display: inline-block;
     width: 101px;
     height: 50px;
     background-image: url(../images/MenuItems/Sponsors.gif); 
     background-repeat: no-repeat;
}
	 
a.Sponsors:hover 
{ 
     background-image: url(../images/MenuItems/Sponsors_A.gif); 
} 

a.Contact
{ 
     display: inline-block;
     width: 83px;
     height: 50px;
     background-image: url(../images/MenuItems/Contact.gif); 
     background-repeat: no-repeat;
}
	 
a.Contact:hover 
{ 
     background-image: url(../images/MenuItems/Contact_A.gif); 
}

a.Lodging
{ 
     display: inline-block;
     width: 86px;
     height: 50px;
     background-image: url(../images/MenuItems/Lodging.gif); 
     background-repeat: no-repeat;
}
	 
a.Lodging:hover 
{ 
     background-image: url(../images/MenuItems/Lodging_A.gif); 
}

a.GuestBook
{ 
     display: inline-block;
     width: 126px;
     height: 50px;
     background-image: url(../images/MenuItems/GuestBook.gif); 
     background-repeat: no-repeat;
}
	 
a.GuestBook:hover 
{ 
     background-image: url(../images/MenuItems/GuestBook_A.gif); 
}

a.Photos
{ 
     display: inline-block;
     width: 108px;
     height: 50px;
     background-image: url(../images/MenuItems/Photos.gif); 
     background-repeat: no-repeat;
}
	 
a.Photos:hover 
{ 
     background-image: url(../images/MenuItems/Photos_A.gif); 
}