/*
	Sitio Rincon Corobici 
    Ronny Badilla
    Itech Softwae
*/

#MenuPrincipal {
 width: 770px;
 color: #333;
 font: 87% "Trebuchet MS", Arial, Helvetica, sans-serif;
 background: #BD9C8C;
 height: 29px;
}
#MenuPrincipal ul, li {
	list-style-type: none;
}
#MenuPrincipal ul {
	margin: 0;
	padding: 0;
}
#MenuPrincipal li {
	float: left;
}
#MenuPrincipal a {
	text-decoration: none;
	color: #fffffd;
	background: #7d8a5e;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 1px solid #445126;
	border-width: 1px 1px 1px 0;
	width:89px; 
}
#MenuPrincipal a:hover {
	background: #30381d;
}
#Home a.home, 
#AboutUs a.aboutus,
#AdventureTours a.adventuretours,
#Restaurant a.restaurant,
#SouvenirShop a.souvenirshop,
#ContactUs a.contactus,
#HowToGet a.howtoget {
	background: #30381d;
}

