#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 850px;
	background-color: #FFFFFF;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDCC34;
}
#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font-weight:bold;
	width: 141px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	height: 25px;
	background-image: url(img/boton1.jpg);
	margin: 0;
	line-height: 20px;
}
#menu a:hover {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(img/boton2.jpg);
	}
