/* Start of CMSMS style sheet 'navigation-osprey' */
/* Osprey Vertical menu for the CMS CSS Menu Module */
/* by Jayson Gurney*/

ul {
list-style-type: none;
}

#menu a {
	display: block;
	text-indent: -900%; 
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}

#menu .home {
	width: 238px;
	height: 36px;
	background: url(images/cms/home.gif) no-repeat;
/*	left: 355px; */
	top: 340px; 
}

#menu .accommodation {
	width: 238px;
	height: 36px;
	background: url(images/cms/accommodation.gif) no-repeat;
/*	left: 355px; */
	top: 385px;
}

#menu .amenities {
	width: 238px;
	height: 36px;
	background: url(images/cms/amenities.gif) no-repeat;
/*	left: 355px; */
	top: 430px;
}

#menu .gallery {
	width: 238px;
	height: 36px;
	background: url(images/cms/gallery.gif) no-repeat;
/*	left: 355px; */
	top: 475px;
}

#menu .cruising {
	width: 238px;
	height: 36px;
	background: url(images/cms/cruising.gif) no-repeat;
/*	left: 355px; */
	top: 520px;
}

#menu .shiplog {
	width: 238px;
	height: 36px;
	background: url(images/cms/shiplog.gif) no-repeat;
/*	left: 355px; */
	top: 565px;
}

#menu .history {
	width: 238px;
	height: 36px;
	background: url(images/cms/history.gif) no-repeat;
/*	left: 355px; */
	top: 610px;
}

#menu .specification {
	width: 238px;
	height: 36px;
	background: url(images/cms/specification.gif) no-repeat;
/*	left: 355px; */
	top: 655px;
}

#menu .contact {
	width: 238px;
	height: 36px;
	background: url(images/cms/contact.gif) no-repeat;
/*	left: 355px; */
	top: 700px;
}





/* End of 'navigation-osprey' */

