#dolphincontainer{
	position:relative;
	border-bottom: 2px solid black; 
	color:#E0E0E0;
	background-color:#003366;
	width:100%;
	font-family:"Times New Roman", Times, serif;
	}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background:#E0E0E0 url(media/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 0px;
	}
#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
#dolphinnav ul li{
	display:block;
	float:left;
	margin:0 1px;}
#dolphinnav ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0 0 0 10px;
	height:33px;
	}
#dolphinnav ul li a span{
	padding:12px 10px 0 0;
	height:18px;
	float:left;
	}
#dolphinnav ul li a:hover{
	color:#ffffff;
	background:transparent url(media/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:#ffffff;
	background:#1D6893 url(media/dolphin_left-ON.gif) no-repeat top left;line-height:275%;
	}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 10px 0 0;
	width:auto;background:#000000 url(media/dolphin_right-ON.gif) no-repeat top right;height:33px;
	}

#dolphin_inner{
	color: white;
	padding: 5px; 
	font-size: 12px;
	text-transform:uppercase;
	height: 1.5em
	}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active {
	color: white;
	padding: 4px;
	font-size: 11px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-decoration: underline;
	}

#dolphin_inner a:hover{
	color: #003366;
	padding: 4px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #E6E6B4;	
	text-decoration: none;

	}



.innercontent{display: none;}

