#dolphincontainer {
	position: relative;
	border-bottom: 2px solid navy;
	color: #E0E0E0;
	background: #143D55;
	width: 950px;
	
}
#dolphinnav {
	position: relative;
	height: 33px;
	background: #fff url(dolphin_bg.gif) repeat-x bottom left;
	padding: 0 0 0 20px;
}
#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 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
  display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 33px;
}
#dolphinnav ul li a span {
	padding: 12px 20px 0 0;
	height: 21px;
	float: left;
}
#dolphinnav ul li a:hover {
	text-transform: uppercase;
	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 {
	text-transform: uppercase;
	color: #fff;
	background: url(ful_bal.jpg) no-repeat top left;
	line-height: 275%;
}
#dolphinnav ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: url(ful_job.jpg) no-repeat top right;
	height: 33px;
}

/*ALSÓ_RÉSZ*/

#dolphin_inner {
  font-weight: bold;
  color: khaki;
	padding: 5px;
	height: 2.2em;
	text-align: left;
}
#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active {
	
	color: khaki;
}
#dolphin_inner a:hover {
	font-size: 100%;
	background-color: #143D55;
	color: white;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
	
}
.innercontent {
	display: none;
		
}


