#dolphincontainer {
	position: relative;
	/*border-bottom: 2px solid navy;*/
	color: #E0E0E0;
	/*background: #143D55;*/
	background: #fb9600;
	width: 100%;
	font-family: verdana, tahoma, arial;
}

#dolphinnav {
	position: relative;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background: #fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding: 0 0 0 5px;
}

#dolphinnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#dolphinnav ul li {
	display: block;
	float: left;
	margin: 0;
}

#dolphinnav ul li a{
	display: block;
	float: left;
	/*color: #EAF3F8;*/
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 30px;
}

#dolphinnav ul li a span {
	padding: 7px 10px 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;
}

#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;
	line-height: 280%;
}

#dolphinnav ul li a.current span {
	display: block;
	padding: 0 10px 0 0;
	width: auto;
	background: #1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height: 30px;
}

#dolphin_inner {
	color: #333333;
	padding: 5px 20px 5px 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CFCDCE;
}

#dolphin_inner a:link,
#dolphin_inner a:visited,
#dolphin_inner a:active {
}

#dolphin_inner a {
}

#dolphin_inner a:hover {
	color: #333333;
	text-decoration: underline;
}

.innercontent {
	display: none;
}

div#header_menu_right {
	background: transparent url(images/button.jpg) no-repeat;
	text-align: center;
	font-size: 13px;
	color: white;
}

div#header_menu_right a {
	font-size: 13px;
	color: white;
}

div#header_menu_right a:hover {
	color: yellow;
}

div#header_menu_right div {
	position: relative;
	top: 10px;
	font-weight: bold;
}
