#menu {
	background: url(../img/menubg.gif) top left no-repeat;
	width: 250px;
	height: 256px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#opciones {
	margin: 0;
	padding: 0;
	height: 300px;	
	list-style: none;
	display: inline;
	overflow: hidden;
}

#opciones li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#opciones a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:44px; /* for IE5/Win Only */
}

#opciones a:hover, .selected {
	background-position: 0 -44px;
}

#opciones a:active, #opciones a.selected {
	background-position: 0 -44px;
}

#opcion-bienvenidos a {
	width: 250px;
	background: url(../img/opc-bienvenidos.gif) top left no-repeat;
}

#opcion-quienes-somos a {
	width: 250px;
	background: url(../img/opc-quienes-somos.gif) top left no-repeat;
}

#opcion-habitaciones a {
	width: 250px;
	background: url(../img/opc-habitaciones.gif) top left no-repeat;
}

#opcion-reservaciones a {
	width: 250px;
	background: url(../img/opc-reservaciones.gif) top left no-repeat;
}

#opcion-servicios a {
	width: 250px;
	background: url(../img/opc-servicios.gif) top left no-repeat;
}

#opcion-contactenos a {
	width: 250px;
	background: url(../img/opc-contactenos.gif) top left no-repeat;
}