/***
	@description: Css for kapalau adventures site
	@author: 
	@copyright: Interactive inc.
	@date: 11/16/2007
***/

ul.adventure  a.advenlinks { text-decoration: none; color:#517439; font-weight:bold; }
ul.adventure  a.advenlinks:hover { text-decoration: none; color:#462C17; font-weight:bold; }

#adventure-nav-margin-top {
	height: 50px;
}

ul.adventure {
	padding: 0;
	list-style: none;
	width: 220px; /* Width of Menu Items */
	}
	
.hidden {
	display:none;
}

.hidden u:hover {
	display:none;
}

	
ul.adventure li {
	position: relative;
	}
	
li ul.flyout {
	position: absolute;
	left: 219px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
li ul.bg1 {
	width:206px;
	/*height:126px;*/
	background:url("/images/nav/adventures/popupnav_bkgdbox.gif") no-repeat; 
	padding:10px 0px 20px 15px;
	}

li ul.bg2 {
	width:206px;
	/*height:126px;*/
	background:url("/images/nav/adventures/popupnav_bkgdbox_level2a.gif") no-repeat; 
	padding:10px 0px 20px 15px;
	}

li ul.bg3 {
	width:206px;
	/*height:126px;*/
	background:url("/images/nav/adventures/popupnav_bkgdbox_level3a.gif") no-repeat; 
	padding:10px 0px 20px 15px;
	}


/* Styles for Menu Items */
ul.adventure li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 0px;
	margin: 0px;
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.secnav-bg { 
	width:206px;
	height:126px;
	background:url("/images/nav/adventures/popupnav_bkgdbox.gif") no-repeat; 
	padding:10px 0px 0px 15px;
} /* background */  



ul.level0 li:hover ul.level1, li.over ul.level1 { display: block; } /* The magic */
ul.level1 li:hover ul.level2, li.over ul.level2 { display: block; } /* The magic */  
ul.level2 li:hover ul.level3, li.over ul.level3 { display: block; } /* The magic */









