
#topnav {
	margin: 0px;
	padding: 0px;
 position: absolute;
	top: 20px;
	left: 250px;
 width: 670px;
 height: 50px;
	z-index: 501;
}

/*  Top nav */

#topnav-about_us
{
 display: inline-block;
 width: 90px;
 height: 50px;
 background: url("../pics/topnav_about_us.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-about_us_on, #topnav-about_us:hover
{ 
 display: inline-block;
 width: 90px;
 height: 50px;
 background: url("../pics/topnav_about_us_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-menu
{
 display: inline-block;
 width: 60px;
 height: 50px;
 background: url("../pics/topnav_menu.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-menu_on, #topnav-menu:hover
{ 
 display: inline-block;
 width: 60px;
 height: 50px;
 background: url("../pics/topnav_menu_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-you_catch
{
 display: inline-block;
 width: 120px;
 height: 50px;
 background: url("../pics/topnav_you_catch.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-you_catch_on, #topnav-you_catch:hover
{ 
 display: inline-block;
 width: 120px;
 height: 50px;
 background: url("../pics/topnav_you_catch_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-comments
{
 display: inline-block;
 width: 98px;
 height: 50px;
 background: url("../pics/topnav_comments.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-comments_on, #topnav-comments:hover
{ 
 display: inline-block;
 width: 98px;
 height: 50px;
 background: url("../pics/topnav_comments_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-catering
{
 display: inline-block;
 width: 82px;
 height: 50px;
 background: url("../pics/topnav_catering.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-catering_on, #topnav-catering:hover
{ 
 display: inline-block;
 width: 82px;
 height: 50px;
 background: url("../pics/topnav_catering_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-club_card
{
 display: inline-block;
 width: 90px;
 height: 50px;
 background: url("../pics/topnav_club_card.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-club_card_on, #topnav-club_card:hover
{ 
 display: inline-block;
 width: 90px;
 height: 50px;
 background: url("../pics/topnav_club_card_on.gif") no-repeat 0 0;
 top: 0;
 }


#topnav-reservations
{
 display: inline-block;
 width: 110px;
 height: 50px;
 background: url("../pics/topnav_reservations.gif") no-repeat 0 0;
 top: 0;
 }
#topnav-reservations_on, #topnav-reservations:hover
{ 
 display: inline-block;
 width: 110px;
 height: 50px;
 background: url("../pics/topnav_reservations_on.gif") no-repeat 0 0;
 top: 0;
 }


