

/*------------------------------------Inicio del menu inferior--------------------------------------*/
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}
#nav a {
	display:block;
	padding:0px;
	color:#997E50;
	text-decoration:none;
	text-transform: uppercase;
	height: 41px;
	outline: none;
}
#nav a:hover {
	color:#FFF;
}
#nav li {
	float:left;
	position:relative;
}
#nav li ul li a {
	text-transform: none;
	text-decoration: none;
	padding: 3px 50px 10px 35px;
	color: #ffffff;
	background-color: #959595;
	border-bottom: solid 1px #ffffff;
	margin-left: 5px;
}
#nav li ul li a:hover {
	color:#FFF;
	text-decoration: underline;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:3.7em;
}
#nav li ul a {
	width:12em;
	height:auto;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/*------------------------------------Fin del menu inferior--------------------------------------*/
.btMision {
	width: 265px;
	height: 45px;
	background: url(../images/bt_mision_compradores.jpg) no-repeat top;
	cursor: pointer;
}
.btMision:hover {
	background: url(../images/bt_mision_compradores.jpg) no-repeat bottom;
	cursor: pointer;
}
.btSobreCR {
	width: 148px;
	height: 45px;
	background: url(../images/bt_sobre_costa_rica.jpg) no-repeat top;
	cursor: pointer;
}
.btSobreCR:hover {
	background: url(../images/bt_sobre_costa_rica.jpg) no-repeat bottom;
	cursor: pointer;
}
.btParticipar {
	width: 162px;
	height: 45px;
	background: url(../images/bt_participar.jpg) no-repeat top;
	cursor: pointer;
}
.btParticipar:hover {
	background: url(../images/bt_participar.jpg) no-repeat bottom;
	cursor: pointer;
}
.btRegistrese {
	width: 122px;
	height: 45px;
	background: url(../images/bt_registrese.jpg) no-repeat top;
	cursor: pointer;
}
.btRegistrese:hover {
	background: url(../images/bt_registrese.jpg) no-repeat bottom;
	cursor: pointer;
}
.btContactenos {
	width: 129px;
	height: 45px;
	background: url(../images/bt_contactenos.jpg) no-repeat top;
	cursor: pointer;
}
.btContactenos:hover {
	background: url(../images/bt_contactenos.jpg) no-repeat bottom;
	cursor: pointer;
}
.btEnglish {
	width: 154px;
	height: 45px;
	background: url(../images/bt_english.jpg) no-repeat top;
	cursor: pointer;
}
.btEnglish:hover {
	background: url(../images/bt_english.jpg) no-repeat bottom;
	cursor: pointer;
}
