*{
	list-style:none;
}
#menucontainer{
	position:relative;
	height:50px;
	color:#4B3218;
	width:100%;
	font-family:"Century Gothic", Arial;
	background-color: #EDE1CB;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	font-weight:normal;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#4B3218;
	text-decoration:none;
	height:38px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
}

#menunav ul li a span{
	height:21px;
	float:left;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}

#menunav ul li a:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#4B3218;
	line-height:275%;
	background-color: #F7F1E6;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menunav ul li a.current span{
	display:block;
	width:auto;
	height:38px;
	background-color: #EDE1CB;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}

/* ---------------------- END Dolphin nav ---------------------- */

