#menu{
	float: left;
	width: 644px;
	position: relative;
	height: 71px;
	margin: auto;
	font-size: 0em;
	background: url(../img/menu-port.gif) no-repeat 0 0;
}
#menu ul{
	list-style:none;
	height:71px;
 }
#menu li{
	position:absolute;
   top:0;
   height:71px;
 }
#menu li a{
	position:absolute;
   display:block;
   width:100%;
   height:71px;
   top:0;
   cursor:pointer;
}
#menu li a span{
	position:absolute;
   display:block;
   width:100%;
   height:71px;
   top:0;
}
#home{
	width:67px;
   left:0;
}
#pousada{
	width:100px;
   left:67px;
}
#noronha{
	width:91px;
   left:167px;
}
#dicas{
	width:132px;
   left:258px;
}
#tarifas{
	width:79px;
   left:390px;
}
#reservas{
	width:90px;
   left:469px;
}
#contato{
	width:85px;
   left:559px;
}
#home a span{
	background:url(../img/menu-port.gif)  no-repeat 0 0;
}
#pousada a span{
	background:url(../img/menu-port.gif)  no-repeat -67px 0;
}
#noronha a span{
	background:url(../img/menu-port.gif)   no-repeat -167px 0;
}
#dicas a span{
	background:url(../img/menu-port.gif)   no-repeat -258px 0;
}
#tarifas a span{
	background:url(../img/menu-port.gif)   no-repeat -390px 0;
}
#reservas a span{
	background:url(../img/menu-port.gif)   no-repeat -469px 0;
}
#contato a span{
	background:url(../img/menu-port.gif)   no-repeat -559px 0;
}
#menu ul li a:hover{
	z-index:1000;
}
#home a:hover span{
	background:url(../img/menu-port.gif)  no-repeat 0 -71px;
}
#pousada a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -67px -71px;
}
#noronha a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -167px -71px;
}
#dicas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -258px -71px;
}
#tarifas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -390px -71px;
}
#reservas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -469px -71px;
}
#contato a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -559px -71px;
}
