@CHARSET "ISO-8859-1";
#dolphincontainer{
	color:#000;
	background:#ffffff;
	width:100%;
}
#dolphinnav{
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../images/dolphin_bg11.gif) repeat-x bottom left;
	padding:0 0 0 0px;
	border-bottom:2px solid #cccccc;
}
#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	
}
#dolphinnav ul li{
	display:block;
	float:left;
	margin-right:4px;
	border:1px solid #cccccc;
}
#dolphinnav ul li a{
	display:block;
	float:left;
	color:#000;
	background-color:#EDEDED;
	text-decoration:none;
	padding:0 0 0 10px;
	height:33px;
}
#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#dolphinnav ul li a:hover{
	color:#000;
	/*background:transparent url(../images/dolphin_bg-OVER11.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(../images/dolphin_left-ON.gif) no-repeat top left;*/
	background-color:#309721;
	
}
#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: #000; 
	padding: 5px;
	height: auto;
	border-right:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-bottom: 2px solid #cccccc; 
}

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

.innercontent{display: none;}

.newBor{
	border:2px solid blue;
}