/* ---------------------- Dolphin nav ---------------------- */
#navcontainer{position:relative;height:56px;color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#nav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #fff;
	background-image: url(../images/nav/dolphin_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 880px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{
	display:inline;
	float:left;
	margin:0 1px;
}
#nav ul li a{
	display:inline;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}
#nav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#nav ul li a:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(../images/nav/dolphin_bg-OVER.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#nav  ul  li  a.current,#nav  ul  li  a.current:hover{
	color:#fff;
	line-height:275%;
	background-color: #1D6893;
	background-image: url(../images/nav/dolphin_left-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	height:33px;
	background-color: #1D6893;
	background-image: url(../images/nav/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li  ul { /* second-level lists */
	position: absolute;
	width: 168px;
	left: -999em;
	z-index: 20;
}
#nav li  ul  li  a {
	border-right: 1px solid #2c669f;
	border-left: 1px solid #2c669f;
	border-top: 1px solid #2c669f;
	text-align: left;
	width: 166px;
	display: block;
	padding: 7px 5px 0px 9px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #245788;
	background: url(../images/secondary-menu-bg.gif) repeat-x top #eaf3fb;
	height: 18px;
	overflow: hidden;

}
#nav  li  ul  li.mlast  a {border-bottom: 1px solid #2c669f;}
#nav  li  ul  li  a:hover {
	color: #0f233f;
	background-color: #deebfa;
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}
#nav  li  ul  li  a:hover {
	color: #0f233f;
}
#nav  li:hover  ul, #nav  li.sfhover  ul { /* lists nested under hovered list items */
	margin: 0;
	margin-left: 0;
	left: auto;
	top: 33px;
}

/* Top Menu Finish ----------------------------------------------*/

