* {
	margin: 0;
	padding: 0;
}


#menu
	{
	position:absolute;
	float:left;
	top:157px;
	left:0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: none;
	border: 0px solid #000;
	width:740px;
	height:62px;
	color:#8fbe00;
	margin:0;
	padding:0;
}
	
ul#topmenu {
		list-style-type: none;
}
		
ul#topmenu li {
			float: left;
			text-align: center;
			line-height: 50pt;
}
		
ul#topmenu li a {
			display: block;
			width: 129px;
			height: 62px;
			line-height: 70pt;
			background:url(../imagenes/fondo_bot.png) left top no-repeat;
			text-decoration: none;
			color:#8fbe00;
			padding:0;
			position:relative;
			margin:0;
			border:0;
}
		
ul#topmenu li a:hover {
			width: 129px;
			height: 62px;
			background:url(../imagenes/fondo_bot.png) left bottom no-repeat;
			color:#fff;
			font-weight:normal;
			font-weight: bold;
			padding:0;
			position:relative;
			margin:0;
			border:0;
}
		
ul#topmenu li a.activa {
			width: 129px;
			height: 62px;
			background:url(../imagenes/fondo_bot.png) left bottom no-repeat;
			color: #fff;
			font-weight: bold;
			padding:0;
			position:relative;
			margin:0;
			border:0;
}
