#dolphincontainer{
	height:36px;
	color:#E0E0E0;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #413D3A;
}
#dolphinnav{
	position:relative;
	height:29px;
	font-size:12px;
	text-transform:uppercase;
	background:#fff url(images/dolphin_bg.gif) 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 1px;}
#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 13px;
}
#dolphinnav ul li a span{
	padding:7px 20px 0 0;
	height:20px;
	float:left;
}
#dolphinnav ul li a:hover{
	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;
	line-height:270%;
	background-image: url(images/dolphin_left-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 13px 0 0;
	width:auto;
	height:30px;
	background-image: url(images/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#dolphinnav ul li a.shop span{
	display:block;
	height:30px;
	padding:0 13px 0 0;
}
