#dolphincontainer{
	position:relative;
	height:38px;
	color:#E0E0E0;
	width:100%;
	margin-top: 0px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004080;
}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 0px;
	background-color: #CCCCCC;
	background-image: url(../img/dolphin_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080C0;
}
#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:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 10px;
	height:33px;
}
#dolphinnav ul li a span{
	padding:12px 10px 0 0;
	height:21px;
	float:left;
}
#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(../img/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;
	background:#1D6893 url(../img/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:#1D6893 url(../img/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}
