<style type="text/css">
			* {
				padding: 0;
				margin: 0;
				font-family: Arial, sans-serif;
			}
			
			body {
				margin: 0px;
				font-size: 12px;
			}
			
			body {
				behavior: url(script_files/csshover.htc);
			}

			ul {
				list-style: none;
			}

			ul a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 0px 0px 0px 0px;
				width: 120px;
				background: #333;
			}
			
			ul a:hover {
				color: #4BD8FF;
				text-decoration: none;
				background: #3C3C3C;
			}
			
			ul li {
				border-bottom: 0px solid #FFF;
				border-right: 0px solid #FFF;
				float: left;
				position: relative;
			}
			
			ul li ul {
				list-style: none;
				position: absolute;
				left: 0;
				top: 100%;
				display: none;
				width: 120px;
				border-top: 0px solid #FFF;
			}
			
			ul li:hover ul { display: block; }
			
			ul li:hover ul li ul { display: none; }
			
			ul li ul li:hover ul {
				display: block;
				position: absolute;
				left: 50px;
				top: -1px;
				border-left: 0px solid #FFF;
			}
			
			ul li span {
				display: none;
			}
			
			ul li a {
				width: 120px;
				height: 20px;
			}
			
			ul li#home a {
				background: url(script_files/home.gif) no-repeat;
			}
			ul li#home a:hover {
				background: url(script_files/home_on.gif) no-repeat;
			}

			
			ul li#chartering a {
				background: url(script_files/chartering.gif) no-repeat;
			}
			ul li#chartering a:hover {
				background: url(script_files/chartering_on.gif) no-repeat;
			}
			ul li#chartering1 a{
				background: url(script_files/charter_toys.gif) no-repeat;
			}
			ul li#chartering1 a:hover {
				background: url(script_files/charter_toys_on.gif) no-repeat;
			}
			ul li#chartering2 a{
				background: url(script_files/charter_test.gif) no-repeat;
			}
			ul li#chartering2 a:hover {
				background: url(script_files/charter_test_on.gif) no-repeat;
			}
			ul li#chartering3 a{
				background: url(script_files/charter_news.gif) no-repeat;
			}
			ul li#chartering3 a:hover {
				background: url(script_files/charter_news_on.gif) no-repeat;
			}


			
			ul li#destinations a {
				background: url(script_files/destinations.gif) no-repeat;
			}
			ul li#destinations a:hover {
				background: url(script_files/destinations_on.gif) no-repeat;
			}
			ul li#destinations1 a {
				background: url(script_files/dest_bah.gif) no-repeat;
			}
			ul li#destinations1 a:hover {
				background: url(script_files/dest_bah_on.gif) no-repeat;
			}
			ul li#destinations2 a {
				background: url(script_files/dest_carib.gif) no-repeat;
			}
			ul li#destinations2 a:hover {
				background: url(script_files/dest_carib_on.gif) no-repeat;
			}
			ul li#destinations3 a {
				background: url(script_files/dest_flo.gif) no-repeat;
			}
			ul li#destinations3 a:hover {
				background: url(script_files/dest_flo_on.gif) no-repeat;
			}
			ul li#destinations4 a {
				background: url(script_files/dest_ne.gif) no-repeat;
			}
			ul li#destinations4 a:hover {
				background: url(script_files/dest_ne_on.gif) no-repeat;
			}


						
			ul li#accomodations a {
				background: url(script_files/accomodations.gif) no-repeat;
			}
			ul li#accomodations a:hover {
				background: url(script_files/accomodations_on.gif) no-repeat;
			}	
			ul li#accomodations1 a {
				background: url(script_files/acc_ext.gif) no-repeat;
			}
			ul li#accomodations1 a:hover {
				background: url(script_files/acc_ext_on.gif) no-repeat;
			}	
			ul li#accomodations2 a {
				background: url(script_files/acc_state.gif) no-repeat;
			}
			ul li#accomodations2 a:hover {
				background: url(script_files/acc_state_on.gif) no-repeat;
			}
			ul li#accomodations3 a {
				background: url(script_files/acc_salon.gif) no-repeat;
			}
			ul li#accomodations3 a:hover {
				background: url(script_files/acc_salon_on.gif) no-repeat;
			}
			ul li#accomodations4 a {
				background: url(script_files/acc-galley.gif) no-repeat;
			}
			ul li#accomodations4 a:hover {
				background: url(script_files/acc_galley_on.gif) no-repeat;
			}	


			ul li#layout a {
				background: url(script_files/layout.gif) no-repeat;
			}
			ul li#layout a:hover {
				background: url(script_files/layout_on.gif) no-repeat;
			}


			ul li#contact a {
				background: url(script_files/contact.gif) no-repeat;
			}
			ul li#contact a:hover {
				background: url(script_files/contact_on.gif) no-repeat;
			}
						
		</style>
	
	
