
#navcontainer{
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	top: 30px;

}
#nav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 20px;
	background-color: #fff;
	background-image: url(../webMedia/images/dolphin_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{display:block;float:left;margin:0 1px;}
#nav ul li a{display:block;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(../webMedia/images/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(../webMedia/images/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(../webMedia/images/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
