#dolphincontainer{
	position:			relative;
	top:				0;
	left:				0;
	border-bottom:		0px solid /*navy*/ /*#003554*/ #000000;
	color:				#E0E0E0;
	background:			/*#143D55*/ /*#333333*/ #000000;
	min-width:			99%;
	width:				100%;
	font-family:		Helvetica,Arial,Verdana,sans-serif;
	text-align:			left;
	display:			/*inline-table*/ none;
	z-index:			20;
	/*box-shadow:			0px 3px 3px #000;
	-moz-box-shadow:	0px 3px 3px #000;
	-webkit-box-shadow:	0px 3px 3px #000;*/
}

#dolphinnav{
	position:			relative;
	height:				35px;
	font-size:			12px;
	text-transform:		uppercase;
	font-weight:		bold;
	/*background:			#fff url('../images/dolphin_bg.gif') repeat-x bottom left;*/
	background:			/*#333333*/ #000000;
	/*padding:			0 0 0 20px;*/
	/*border-bottom:		1px solid #555555;*/
}

.plusborder {
	/*border-bottom:		1px solid #000000;*/
}

#dolphinnav ul{
	margin:				0;
	padding:			0;
	list-style-type:	none;
	width:				auto;
	float:				none;
}

#dolphinnav ul li{
	display:			block;
	float:				left;
	/*margin:				0 1px;*/
	margin-left:		auto;
	margin-right:		auto;
}

#dolphinnav ul li a{
	display:			block;
	float:				left;
	color:				#EAF3F8;
	text-decoration:	none;
	padding:			0 0 0 20px;
	height:				33px;
	/*
	border-left:		1px solid #555555;
	border-right:		1px solid #222222;
	border-bottom:		1px solid #222222;
	*/
}

#dolphinnav ul li a span{
	padding:			12px 20px 0 0;
	height:				21px;
	float:				left;
}

#dolphinnav ul li a:hover{
	color:				#fff;
	background:			/*transparent url('../images/dolphin_bg-OVER.gif') repeat-x bottom left*/ #333333;
}

#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;
	/*background:			#1D6893 url('../images/dolphin_left-ON.gif') no-repeat top left;*/
	background:			/*#4c4c4c*/ #333333;
	/*line-height:		275%;*/
	/*border-bottom-color:	#333333;*/
}
#dolphinnav ul li a.current span{
	display:			block;
	padding:			12px 20px 0 0;
	width:				auto;
	/*background:			#1D6893 url('../images/dolphin_right-ON.gif') no-repeat top right;*/
	height:				33px;
}

#dolphin_inner{
	color:				white;
	padding:			/*5px*/ 0;
	font-size:			80%;
	height:				/*1em*/ 26px;
	border-top:			1px solid /*#555555*/ #333333;
}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
	color:				white;
	border-left:		1px solid #333333;
	display:			inline-block;
	height:				/*16px*/ auto;
	padding:			5px 0 5px 5px;
	margin-right:		5px;
}

#dolphin_inner a:hover{
	color:				/*yellow*/ lightblue;
}

.innercontent{
	display:			none;
}
