#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	position: relative;
	float: left;
	display: block;
	text-align: center;
}
	
#menu ul li a {
	float: left;
	text-decoration: none;
	color: #000000;
	padding: 6px 20px 0 20px;
	display: block;
	height: 24px;
}

#menu ul li a:hover {
	color: #FF9900;
}

#menu ul li.here a {
	color: #ff9900;
	font-weight: bold;
	background-image: url(images/here.png);
	background-position: 7px 6px;
	background-repeat: no-repeat;
}

#idioma {
	height: 24px;
	float: right;
	margin-right: 20px;
}
#idioma a {
	padding: 6px 35px 0 0;
	display: block;
	height: 24px;
	background-image: url(images/esp.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
}
