#dolphincontainer{
	position:relative;
	border-bottom: 2px solid navy;
	color:#E0E0E0;
font:width:100%;	font-family:Helvetica,Arial,Verdana,sans-serif;
	background-color: #24536E;
}
#dolphinnav{position:relative;height:25px;font-size:12px;font-weight:bold;background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 0;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 0;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:25px;}
#dolphinnav ul li a span{
	padding:3px 20px 0 0;
	height:21px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	line-height:150%;
	background-color: #24536E;
	background-image: url(images/dolphin_left-ON.gif);
	background-repeat: no-repeat;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	height:20px;
	background-color: #24536E;
	background-image: url(images/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#dolphin_inner{color: red; padding: 3px; font-size: 80%; height: 1em}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{color: white}
#dolphin_inner a:hover{color: yellow}

.innercontent{display: none;}
