/* @override http://www.liteboxweb.com/menu/menu_style.css */

*{
	list-style:none;
}
#menucontainer{
	height:50px;
	color:#FFFFFF;
	width: 600px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background: #fff url(images/background.jpgx) repeat-x left;
	padding: 0 0 0 20px;
}
	
#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: #909090;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color: #0066d5;
	background-position: left;
	background-repeat: repeat-x;
}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	background: #1D6893 url(images/left.jpg) no-repeat left;
	color: #000;
	line-height: 310%;
}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(images/right.jpg) no-repeat top right;
	height:38px;}

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