@charset "UTF-8";
/* CSS Document */

.container-navigation
{
	width: 100%;
	height: 25px;
	
	float: left;
}

#nav-home
{
	display:		block;
	float: 			left;
	width:			65px;
	height:			25px;
	background:		url("/includes/images/nav/home.png") no-repeat 0 0;
}

#nav-home:hover
{
	background-position: 0 -25px;
}

#nav-home-selected
{
	display:		block;
	float: 			left;
	width:			65px;
	height:			25px;
	background:		url("/includes/images/nav/home.png") no-repeat 0 -25px;
}

#nav-whats-on
{
	display:		block;
	float: 			left;
	width:			100px;
	height:			25px;
	background:		url("/includes/images/nav/whats-on.png") no-repeat 0 0;
}

#nav-whats-on:hover
{
	background-position: 0 -25px;
}

#nav-whats-on-selected
{
	display:		block;
	float: 			left;
	width:			100px;
	height:			25px;
	background:		url("/includes/images/nav/whats-on.png") no-repeat 0 -25px;
}

#nav-book-a-meeting
{
	display:		block;
	float: 			left;
	width:			143px;
	height:			25px;
	background:		url("/includes/images/nav/book-a-meeting.png") no-repeat 0 0;
}

#nav-book-a-meeting:hover
{
	background-position: 0 -25px;
}

#nav-book-a-meeting-selected
{
	display:		block;
	float: 			left;
	width:			143px;
	height:			25px;
	background:		url("/includes/images/nav/book-a-meeting.png") no-repeat 0 -25px;
}

#nav-book-a-party
{
	display:		block;
	float: 			left;
	width:			123px;
	height:			25px;
	background:		url("/includes/images/nav/book-a-party.png") no-repeat 0 0;
}

#nav-book-a-party:hover
{
	background-position: 0 -25px;
}

#nav-book-a-party-selected
{
	display:		block;
	float: 			left;
	width:			123px;
	height:			25px;
	background:		url("/includes/images/nav/book-a-party.png") no-repeat 0 -25px;
}

#nav-menus
{
	display:		block;
	float: 			left;
	width:			73px;
	height:			25px;
	background:		url("/includes/images/nav/menus.png") no-repeat 0 0;
}

#nav-menus:hover
{
	background-position: 0 -25px;
}

#nav-menus-selected
{
	display:		block;
	float: 			left;
	width:			73px;
	height:			25px;
	background:		url("/includes/images/nav/menus.png") no-repeat 0 -25px;
}

#nav-gallery
{
	display:		block;
	float: 			left;
	width:			88px;
	height:			25px;
	background:		url("/includes/images/nav/gallery.png") no-repeat 0 0;
}

#nav-gallery:hover
{
	background-position: 0 -25px;
}

#nav-gallery-selected
{
	display:		block;
	float: 			left;
	width:			88px;
	height:			25px;
	background:		url("/includes/images/nav/gallery.png") no-repeat 0 -25px;
}

#nav-history
{
	display:		block;
	float: 			left;
	width:			83px;
	height:			25px;
	background:		url("/includes/images/nav/history.png") no-repeat 0 0;
}

#nav-history:hover
{
	background-position: 0 -25px;
}

#nav-history-selected
{
	display:		block;
	float: 			left;
	width:			83px;
	height:			25px;
	background:		url("/includes/images/nav/history.png") no-repeat 0 -25px;
}

#nav-online-tour
{
	display:		block;
	float: 			left;
	width:			117px;
	height:			25px;
	background:		url("/includes/images/nav/online-tour.png") no-repeat 0 0;
}

#nav-online-tour:hover
{
	background-position: 0 -25px;
}

#nav-online-tour-selected
{
	display:		block;
	float: 			left;
	width:			117px;
	height:			25px;
	background:		url("/includes/images/nav/online-tour.png") no-repeat 0 -25px;
}

#nav-contact-us
{
	display:		block;
	float: 			left;
	width:			111px;
	height:			25px;
	background:		url("/includes/images/nav/contact-us.png") no-repeat 0 0;
}

#nav-contact-us:hover
{
	background-position: 0 -25px;
}

#nav-contact-us-selected
{
	display:		block;
	float: 			left;
	width:			111px;
	height:			25px;
	background:		url("/includes/images/nav/contact-us.png") no-repeat 0 -25px;
}


/* The Bridge tear-off button */

.container-nav-tear-the-bridge
{
	width: 143px;
	height: 142px;
	
	position: absolute;
}

#nav-tear-the-bridge
{
	display:		block;
	float: 			left;
	width:			143px;
	height:			142px;
	background:		url("/includes/images/flash/buttons/the-bridge-tear-off.png") no-repeat 0 0;
}

#nav-tear-the-bridge:hover
{
	background-position: 0 -142px;
}

/* Closed message (15Jan10) */

.container-msg-closed
{
	width: 511px;
	height: 154px;
	
	position: absolute;
	
	margin-left: 200px;
	top: 325px;
	
	z-index: 99999;
}

#nav-msg-closed
{
	display:		block;
	float: 			left;
	width:			511px;
	height:			154px;
	background:		url("/includes/images/msg-closed.png") no-repeat 0 0;
}

#nav-msg-closed:hover
{
	background-position: 0 -154px;
}
