#tabs {
margin-right:0; padding-left:10px;
background:none; font-size:12px;
line-height:14px;
font-family:Georgia, "Linotype Palatino", Arial, Helvetica, Verdana;
}

#tabs ul { 
float:right;
margin:0; padding:0; 
list-style:none; 
}

#tabs li { 
display:inline; 
margin:0; padding:0; 
}

#tabs a { 
float:left; 
background:#D0BD77; 
margin:0 5px 0 0; 
padding:0 0 0 5px; 
text-decoration:none; 
}

#tabs a span { 
float:left; 
display:block; 
padding:4px 7px 4px 2px;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover { 
background:#34679A; 
}

#tabs a:hover span { }

#tabs a.active,
#tabs a.active span { 
color:#ffffff; 
background:#063049; 
}

/*

<div class="container_12">
	<div class="grid_12" id="tabs">
  	<ul>
	    	<li><a class="active" href="http://www.rajalautyachts.com" title="Raja Laut Yacht Charter and Cruises"><span>Yacht Charter &amp; Cruises</span></a></li>
    		<li><a target="_blank" href="http://www.rajalautmarine.com" title="Raja Laut Marine Services"><span>Marine Services</span></a></li>
    		<li><a target="_blank" href="http://www.rajalaut.com/" title="The Schooner Raja Laut"><span>The Schooner</span></a></li>
    		<li><a target="_blank" href="http://www.rajalautgroup.com/" title="Raja Laut Group"><span>The Group</span></a></li>
  	</ul>
	</div>
	<div class="clear">&nbsp;</div>
</div>

*/