/* ------------------------------------------------------------------------------------ */
/* MAIN NAVIGATION			
/* ------------------------------------------------------------------------------------ */
/* Horizontal CSS MENU (suckerfish, solardream */
.rollover { display: block; } 						/* Allow setting widths and heights */
.rollover img { width: 100%; border: 0; } 			/* only set width and height once */
.rollover:hover { visibility: visible; 				/* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 		/* 'rolls over' the image */

/* The width and height must be set on the html and not in this stylesheet when using drop down menus */
#navHome { width:59px; height:30px; background-image:url(../images/btn-home-on.jpg); display:block; float:left; }
#navOverview { width:154px; height:30px; background-image:url(../images/btn-program-on.jpg); display:block; float:left; }
#navItinerary { width:140px; height:30px; background-image:url(../images/btn-4day-on.jpg); display:block; float:left; }
#navContact { width:112px; height:30px; background-image:url(../images/btn-contact-on.jpg); display:block; float:left; }
#navKing { width:98px; height:30px; background-image:url(../images/btn-king-on.jpg); display:block; float:left; }
#navFaq { width:61px; height:30px; background-image:url(../images/btn-faq-on.jpg); display:block; float:left; }
