<!--<style type="text/css">-->
#navigation {
text-align: center;
float: right; 
}
#navigation ul {
	font-family: Verdana;
	font-size: 60%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 3;
	list-style:none;	
}
#navigation li {
	display: inline;
	background:   url(../menu/horizontal/img/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #666666;
	background:   url(../menu/horizontal/img/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
	/*border-bottom:1px solid #000000;*/ /* borrar para q no aparezca la Linea de abajo*/
}

#navigation a span {
	background:   url(../menu/horizontal/img/greenright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}

#navigation div {
padding:0, 0, 1, 0;
border-bottom:1px solid #000000;/* borrar para q no aparezca la Linea de abajo*/
}


/* ===============================================*/

#navigation a:hover span {
	background:   url(../menu/horizontal/img/der-down.gif) no-repeat right top;
	/*display: block;*/
}

#navigation a:hover, a:focus{ 
color: #FFFFFF; 
text-decoration: none;
float: both;
background: #000000 url(../menu/horizontal/img/izq-down.gif) no-repeat left top;
}