#nav {
	position:absolute;
	top:513px;
	width:960px;
	height:50px;
	left:0px;
}
#nav a{
	display:block;
	overflow:hidden;
	float:left;
	height:50px;
	text-indent:-19999px;
	padding:0 0 0 19px;
	margin:0 19px 0 0;
	cursor:pointer;
}
#nav a#news_events {
	width:188px;
	background:url(/nav/news_events.png) 0 0 no-repeat;
}
a#drinks_snacks {
	width:199px;
	background:url(/nav/drinks_snacks.png) 0 0 no-repeat;
}
a#gallery {
	width:100px;
	background:url(/nav/gallery.png) 0 0 no-repeat;
}
a#write_us {
	width:125px;
	background:url(/nav/write_us.png) 0 0 no-repeat;
}
a#contact_us {
	width:149px;
	background:url(/nav/contact_us.png) 0 0 no-repeat;
}
#nav a#news_events:hover, #nav a#news_events.active, #nav a#drinks_snacks:hover, #nav a#drinks_snacks.active, #nav a#gallery:hover, #nav a#gallery.active, #nav a#write_us:hover, #nav a#write_us.active, #nav a#contact_us:hover, #nav a#contact_us.active {
	background-position:0 -50px;
}
#topmenu {
  position:absolute;
  right:-5px;
  top:-12px;
}

#topmenu a {
  color:#fff;
  text-decoration:none;
	background:#241d1b;
	padding:4px 8px 4px 8px;
	margin-right:6px;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
}
