/***********************   TOP  BAR  ****************************/
#toplogo {
	float: left;
	height: 118px;
	width: 572px;
}
#topsignup {
	float: right;
	height: 49px;
	width: 328px;
}
#topaddress {
	float: right;
	height: 69px;
	width: 328px;
}
#navbar {
	background-color: #B91E24;
	height: 23px;
	width: 900px;	
}


/***********************   TOP  NAV  ****************************/


#home {
	float: left;
	height: 23px;
	width: 70px;
}
#home a {
	background-image: url(../images/nav_home.gif);
	display: block;
	height: 23px;
	width: 70px;
}
#home a:hover {
	background-position: 0px -23px;
}



#about {
	float: left;
	height: 23px;
	width: 60px;
}
#about a {
	background-image: url(../images/nav_about.gif);
	display: block;
	height: 23px;
	width: 60px;
}
#about a:hover {
	background-position: 0px -23px;
}




#menus {
	float: left;
	height: 23px;
	width: 63px;
}
#menus a {
	background-image: url(../images/nav_menus.gif);
	display: block;
	height: 23px;
	width: 63px;
}
#menus a:hover {
	background-position: 0px -23px;
}




#reservations {
	float: left;
	height: 23px;
	width: 236px;
}
#reservations a {
	background-image: url(../images/nav_reservations.gif);
	display: block;
	height: 23px;
	width: 236px;
}
#reservations a:hover {
	background-position: 0px -23px;
}





#giftcards {
	float: left;
	height: 23px;
	width: 98px;
}
#giftcards a {
	background-image: url(../images/nav_giftcards.gif);
	display: block;
	height: 23px;
	width: 98px;
}
#giftcards a:hover {
	background-position: 0px -23px;
}





#gallery {
	float: left;
	height: 23px;
	width: 80px;
}
#gallery a {
	background-image: url(../images/nav_gallery.gif);
	display: block;
	height: 23px;
	width: 80px;
}
#gallery a:hover {
	background-position: 0px -23px;
}





#partners {
	float: left;
	height: 23px;
	width: 90px;
}
#partners a {
	background-image: url(../images/nav_partners.gif);
	display: block;
	height: 23px;
	width: 90px;
}
#partners a:hover {
	background-position: 0px -23px;
}






#employment {
	float: left;
	height: 23px;
	width: 110px;
}
#employment a {
	background-image: url(../images/nav_employment.gif);
	display: block;
	height: 23px;
	width: 110px;
}
#employment a:hover {
	background-position: 0px -23px;
}






#contact {
	float: left;
	height: 23px;
	width: 93px;
}
#contact a {
	background-image: url(../images/nav_contact.gif);
	display: block;
	height: 23px;
	width: 93px;
}
#contact a:hover {
	background-position: 0px -23px;
}
#chromemenu {
	background-color: #B91E24;
}
