#menuh {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	cursor: default;
	background:url(../imgs/botones/fondo.png) no-repeat;
	float:right;
	margin-bottom:1px;
	width:711px;
	height:51px;
}

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

#menuh li {
	float: right;
}
li.inicio  { width:72px !important;}
li.plagas  { width:73px !important;}
li.termites  { width:80px !important;}
li.tratamientos  { width:115px !important;}
li.noticias  { width:84px !important;}
li.la-empresa  { width:100px !important;}
li.equipos  { width:74px !important;}
li.contacto  { width:106px !important;}

#menuh a {
	text-decoration: none;
	color: #336633;
	display: block;
	text-align: center;
	height: 34px;
	margin-top: 5px;
	line-height: 34px;
	background:none;
		
}

#menuh a:hover {
	text-decoration: underline !important;
	color: #336633;
	display: block;
	text-align: center;
	height: 34px;
	margin-top: 5px;
	line-height: 34px;
}

