#topnavcontainer {
	position: relative;
	height: 33px;
	color: #7c7b76;
	width: 100%;

	}

#topnav {
	position: relative;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 0px;
	top: 65px;
	left: 0px;

	}

#topnav ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	}

#topnav ul li {
	display: block;
	float: left;
	margin: 0 1px;
	}

#topnav ul li a {
	display: block;
	float: left;
	color: #999999;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 30px;
	}

#topnav ul li a span {
	padding: 12px 10px 0 0;
	height: 21px;
	float: left;
	background: transparent url(img/dolphin_bg-right.gif) no-repeat top right;
	}

#topnav ul li a:hover {
	color: #fff;
	background: transparent url(img/dolphin_bg-OVER.gif) repeat-x bottom left;
	color: #EDB80C;
	}

#topnav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
	}

#topnav ul li a.current,#topnav ul li a.current:hover {
	color: #fff;
	background: #fff url(img/dolphin_left-ON.gif) no-repeat top left;
	line-height: 275%;
	}

#topnav ul li a.current span {
	display: block;
	padding: 0 10px 0 0;
	width: auto;
	background: #fff url(img/dolphin_right-ON.gif) no-repeat top right;
	height: 30px;
	color: #edb80b;
	}

