<STYLE>
@charset "iso-8859-1";

body {
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0;
    font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #707070;
	font-weight: normal;
	text-align: center;
}
#mast {
    height: 120px;
	width:100%;	
	text-align: left;
    background: url(http://www.cheaphawaii.com/logo.gif) top center no-repeat;
}
#navigation {
    padding-top: 66px;	
}
#navigation a {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
    color: #336699;
    text-decoration: none; 
    text-transform: uppercase;
    font-weight: bold;
	padding: 2px;
}
#navigation a:hover {
    text-decoration: underline;
}
#navigation ul { /* all lists */
	text-transform: none;
	font-weight: normal;
    text-decoration: none;
	padding-top: 12px;  
	margin-left:auto;
	margin-right:auto; 
	text-align: center;
	width:94%;
}
#navigation li { /* all list items */
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
    color: #336699;
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li a{ /* all lists */
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
    color: #336699;
	text-transform: none;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;  
	text-align: center;
}
ul { /* all lists */
	padding-left: 0px;
	margin-left: 0px;
	list-style: none; 
	text-align: center;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	margin-top: 1px;
	margin-bottom: 1px;
	top: 78px;
	right: 0px;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
	padding-top:22px;
	left: 0px;
}
.nav_bold {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.nav_smtxt {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #336699;
	font-weight: normal;
	margin-top: 2px;
}
.nav_vacpac {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
    font-weight: bold;
}


</STYLE>



