*{
	list-style:none;
}
.cuerpo #menucontainer{
	position: inherit;
	height:34px;
	color:#FFFFFF;
	background:#383636;
	width: inherit;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
.cuerpo #menunav{
	position: relative;
	height:30px;
	width: inherit;
	font-size: 9px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/background.jpg) repeat-x bottom left;
	padding:0 0 0 0px;}
	
.cuerpo #menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: inherit;	
	float:left;}

.cuerpo #menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

.cuerpo #menunav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 5px;
	height: 29px;}

.cuerpo #menunav ul li a span{
	padding:12px 10px 0 0;
	height:21px;
	float:left;}

.cuerpo #menunav ul li a:hover{
	color: #CC3333;	
	background:transparent url(images/hover.jpg) repeat-x bottom left;}

.cuerpo #menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
.cuerpo #menunav ul li a.current, #menunav ul li a.current:hover{
	color: #990000;
	background:#1D6893 url(images/left.jpg) no-repeat top left;
	line-height:220%;}
.cuerpo #menunav ul li a.current span{
	display:block;
	padding:0 10px 0 0;
	width: auto;
	background:#383636 url(images/right.jpg) no-repeat ;
	height:30px;}

/* ---------------------- END Dolphin nav ---------------------- */