#dolphincontainer {
	position: relative;
	border-bottom: 2px solid navy;
	color: #E0E0E0;
	background: #143D55;
	width: 901px;
	
}
#dolphinnav {
	
  position: relative;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	background: url(../oldal_elemek/dolphin_bg.jpg) 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 0px;
	
}
#dolphinnav ul li a {
	font-family: tahoma;
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 29px;
}
#dolphinnav ul li a span {
	border: 0px solid red;
  padding: 7px 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(../oldal_elemek/ful_bal.jpg) no-repeat top left;
	height: 29px;
}
#dolphinnav ul li a.current span {
	display: block;
	padding: 7px 20px 0 0;
	width: auto;
	background: url(../oldal_elemek/ful_job.jpg) no-repeat top right;
	height: 29px;
}

/*ALSÓ_RÉSZ*/

#dolphin_inner {
	color: khaki;
	padding: 5px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	height: 26px;
	text-align: left;
}
#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active {
	text-decoration: none;
	color: khaki;
}
#dolphin_inner a:hover {
	font-size: 12px;
	background-color: #143D55;  /*#143D55*/
	color: white;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	
	
}
.innercontent {
	display: none;
}


