.menu {
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li {
	position: relative;
	display: inline;
	float: left;
}
.menu ul li a.inicio {
	width:66px;
	height:33px;
	background-position:0px 1px;
}
.menu ul li a.compras {
	width:144px;
	height:33px;
	background-position:-65px 1px;
}
.menu ul li a.comprasOver {
	width:144px;
	height:33px;
	background-position: -65px -32px;
}
.menu ul li a.compras:hover {
	background-position: -65px -32px;
}
.menu ul li a.informaciones {
	width:114px;
	height:33px;
	background-position:-209px 1px;
}
.menu ul li a.informacionesOver {
	width:114px;
	height:33px;
	background-position: -209px -32px;
}
.menu ul li a.informaciones:hover {
	background-position: -209px -32px;
}
.menu ul li a.ofertas {
	width:106px;
	height:33px;
	background-position:-323px 1px;
}
.menu ul li a.ofertasOver {
	width:106px;
	height:33px;
	background-position: -323px -32px;
}
.menu ul li a.ofertas:hover {
	background-position: -323px -32px;
}
.menu ul li a.destinos {
	width:100px;
	height:33px;
	background-position:-429px 1px;
}
.menu ul li a.destinos:hover {
	background-position: -429px -32px;
}
.menu ul li a.destinos {
	width:100px;
	height:33px;
	background-position:-429px 1px;
}
.menu ul li a.destinosOver {
	width:100px;
	height:33px;
	background-position: -429px -32px;
}
.menu ul li a.destinos:hover {
	background-position: -429px -32px;
}
.menu ul li a.acerca {
	width:116px;
	height:33px;
	background-position:-529px 1px;
}
.menu ul li a.acercaOver {
	width:116px;
	height:33px;
	background-position: -529px -32px;
}
.menu ul li a.acerca:hover {
	background-position: -529px -32px;
}
.menu ul li ul {
	position: absolute;
	display: block;
	visibility: hidden;
}
.menu ul li ul li {
	float: none;
	display: list-item;
	border-left: 1px #9f9f9f solid;
	border-right: 1px #9f9f9f solid;
}
.menu ul li ul li a {
	width: 180px;
	text-decoration: none;
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 11px;
	color: #585858;
	background: #FFF;
	padding: 4px 5px 0px 20px;
	margin: 0px;
	height: 20px;
}
.menu ul li ul li.list {
	border-bottom: 1px #9f9f9f solid;
}
.menu ul li ul li.last {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
}
.menu ul li ul li a:hover {
	background: #a6a6a6;
	color: #FFF;
}

