/* --------------------------------------------
OHANA Hotels and Resorts
Navigation Screen Styles

author:	opus:creative / opuscreative.com
----------------------------------------------- */

#logo { 
	height: 51px;
	left: 0;
	position: absolute;
	top: 0;
	width: 123px;
	z-index: 1;
	}


/* ---- [ global nav ] ---- */
#nav {
	background: url(/pubspec/Images/header/eapid11384/global-bg.gif) repeat-x 0 0;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	width: 100%;
	}
#nav a:link, #nav a:visited { color: #444; }
#nav a:hover { text-decoration: none; }
#nav ul {
	background: #fff;
	border-bottom: 1px solid #6fc5e9;
	height: 2.5em;
	left: 0;
	line-height: 2.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	visibility: hidden;
	width: 955px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	}
#nav li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
	}
#nav li li { height: auto; }
#nav a.global {
	background: url(/pubspec/Images/header/eapid11384/global.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 22px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	top: 0;
	}
#nav-home a.global { left: 0; width: 53px; }
#nav-hotels a.global { background-position: -53px 0; left: 53px; width: 57px; }
#nav-rates a.global { background-position: -110px 0; left: 110px; width: 145px; }
#nav-specials a.global { background-position: -255px 0; left: 255px; width: 122px; }
#nav-destinations a.global { background-position: -377px 0; left: 377px; width: 92px; }
#nav-service a.global { background-position: -469px 0; left: 469px; width: 127px; }


/* global - hover */
#nav li:hover a.global, #nav li.hover a.global { z-index: 2; }
#nav li:hover ul, #nav li.hover ul { visibility: visible; }
#nav li:hover li, #nav li.hover li { margin: 0 15px 0 10px; }
#nav li:hover li.destinations, #nav li.hover li.destinations { margin-left: 355px; }
#nav li:hover li.specials, #nav li.hover li.specials { margin-left: 100px; }
#nav a.global:hover { background: url(/pubspec/Images/header/eapid11384/global.gif) no-repeat 0 0; z-index: 5; }
#nav-home a.global:hover { background-position: 0 -22px; }
#nav-hotels a.global:hover, #nav-hotels:hover a.global, #nav-hotels.hover a.global,
.hotels #nav-hotels:hover a.global, .hotels #nav-hotels.hover a.global { background-position: -53px -22px; }
#nav-rates a.global:hover, #nav-rates:hover a.global, #nav-rates.hover a.global,
.rates #nav-rates:hover a.global, .rates #nav-rates.hover a.global { background-position: -110px -22px; }
#nav-specials a.global:hover, #nav-specials:hover a.global, #nav-specials.hover a.global,
.specials #nav-specials:hover a.global, .specials #nav-specials.hover a.global { background-position: -255px -22px; }
#nav-destinations a.global:hover, #nav-destinations:hover a.global, #nav-destinations.hover a.global,
.destinations #nav-destinations:hover a.global, .destinations #nav-destinations.hover a.global { background-position: -377px -22px; }
#nav-service a.global:hover, #nav-service:hover a.global, #nav-service.hover a.global {	background-position: -469px -22px; }

/* global - active */
.home #nav-home a.global, .home #nav-home a.global:hover { background: url(/pubspec/Images/header/eapid11384/global.gif) 0 -44px; cursor: default; }
.hotels #nav-hotels a.global { background: url(/pubspec/Images/header/eapid11384/global.gif) -53px -44px; }
.rates #nav-rates a.global { background: url(/pubspec/Images/header/eapid11384/global.gif) -110px -44px; }
.specials #nav-specials a.global { background: url(/pubspec/Images/header/eapid11384/global.gif) -255px -44px; }
.destinations #nav-destinations a.global { background: url(/pubspec/Images/header/eapid11384/global.gif) -377px -44px; }
.service #nav-service a.global { background: url(/pubspec/Images/header/eapid11384/global.gif) -469px -44px; }


/* ---- [ tertiary nav ] ---- */
#nav-tert {
	color: #00539f;
	font: bold 16px Arial, Helvetica, Sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#nav-tert a {
	background: url(/pubspec/Images/header/eapid11384/tert-glyph.gif) no-repeat 100% 2px;
	padding: 0 19px 0 0;
	text-decoration: none;
	}
.featured #nav-tert li a:link, .featured #nav-tert li a:visited { color: #319bd7; }
.featured #nav-tert li a:hover { background: url(/pubspec/Images/header/eapid11384/tert-glyph.gif) no-repeat 100% -42px; color: #00539f; }
#nav-tert li {
	margin: 0 0 .3em 0;
	padding: 0;
	}


/* ---- [ local nav ] ---- */
#nav-local {
	background: #ccc;
	float: left;
	margin: 10px 0 1em 3px;
	}
#nav-local ul {
	background: #fff;
	border: 1px solid #00539f;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	left: -3px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -3px;
	}
#nav-local li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav-local a {
	display: block;
	float: left;
	padding: 5px 7px;
	text-decoration: none;
	}
#nav-local a:link, #nav-local a:visited { color: #00539f; }
#nav-local a:hover {
	background-color: #eef3f6;
	color: #00539f;
	}

/* local - active */
#nav-local li.on a:link, #nav-local li.on a:visited {
	background-color: #00539f;
	color: #eef3f6;
	}


/* ---- [ media nav ] ---- */
#nav-media {
	background: #e1ebef;
	border: 1px solid #ccc;
	margin: 7px 0 1.5em 0;
	padding: 3px;
	visibility: hidden;
	}
#nav-media ul {
	background: #319bd7;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
	}
#nav-media a { text-decoration: none; }
#nav-media a:link, #nav-media a:visited { color: #fff; }
#nav-media a:hover { text-decoration: underline; }
#nav-media li {
	float: left;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 50%;
	}


/* ---- [ modal window ] ---- */
#nav-modal {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
#nav-modal li {
	float: left;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 19%;
	}
#nav-modal a { font-weight: bold; }
#nav-modal a:link, #nav-modal a:visited { color: #00539f; }
