#tahiticontainer {
	position:relative;
	border-bottom:#143d55 2px solid;
	color:#E0E0E0;
	background:#143D55;
	width:1024px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#tahitinav {
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../Images/menu/tahiti_bg.gif) repeat-x bottom left;
	padding:0 0 0 17px;
}
#tahitinav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#tahitinav ul li {
	display:block;
	float:left;
	margin:0 1px;
}
#tahitinav ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 14px;
	height:33px;
}
#tahitinav ul li a span {
	padding:12px 14px 0 0;
	height:21px;
	float:left;
}
#tahitinav ul li a:hover {
	color:#fff;
	background:transparent url(../Images/menu/tahiti_bg-OVER.gif) repeat-x bottom left;
}
#tahitinav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#tahitinav ul li a.current, #tahitinav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(../Images/menu/tahiti_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#tahitinav ul li a.current span {
	display:block;
	padding:0 17px 0 0;
	width:auto;
	background:#1D6893 url(../Images/menu/tahiti_right-ON.gif) no-repeat top right;
	height:33px;
}
#tahiti_inner {
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight:bold;
	height: 1em
}
#tahiti_inner a:link, #tahiti_inner a:visited, #tahiti_inner a:active {
	color: white;
	padding-right:10px;
	padding-left:10px;
	border-right:#CCCCCC dotted 1px;
	text-decoration:none;
}
#tahiti_inner a:hover {
	color: yellow
}
.innercontent {
	display: none;
}
