img
{
	border: none;
}

#header
{
	width: 618px;
	margin: 0 auto;
}

#header #hero
{
	height: 286px;
	margin-top: 6px;
}

#header a.home, #header a.destination, #header a.contact, #header a.video
{
	display: block;
	height: 34px;
	background: #fff url(../images/nav.gif) no-repeat;
}

#nav 
{
	height: 34px;
	padding: 89px 0 0 0;
	margin: 5px 0 6px 0;
	list-style: none;
	background: #fff url(../images/menu_image.gif) no-repeat;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a 
{
	display: block;
}

#nav li 
{
	float: left;
}

#nav li ul 
{
	position: absolute;
	left: -999em;
}

#nav li:hover ul 
{
	left: auto;
}

#nav li:hover ul li, #nav li.sfhover ul li  {
	clear: left;
	float: left;
	padding-bottom: 0;
}

#nav li:hover ul li a, #nav li.sfhover ul li a
{
	width: 172px;
	margin-left: 1px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
	font-weight: 700;
}

#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover
{
	background: #000 url(../images/arrow.gif) 0 4px no-repeat;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#header a.home
{
	width: 144px;
	background-position: 0 0;
}

#header a.home:hover
{
	background-position: 0 -34px;
}

#header a.destination
{
	width: 174px;
	background-position: -144px 0;
}

#header a.destination:hover
{
	background-position: -144px -34px;
}

#header a.contact
{
	width: 152px;
	background-position: -318px 0;
}	

#header a.contact:hover
{
	background-position: -318px -34px;
}

#header a.video
{
	width: 148px;
	background-position: -470px 0;
}

#header a.video:hover
{
	background-position: -470px -34px;
}
