#menu{
	float: right;
	width: 641px;
	position: relative;
	height: 59px;
	margin: auto;
	font-size: 0em;
	background: url(../img/menu-port.jpg) no-repeat 0 0;
}
#menu ul{
	list-style:none;
	height:59px;
 }
#menu li{
	position:absolute;
   top:0;
   height:59px;
 }
#menu li a{
	position:absolute;
   display:block;
   width:100%;
   height:59px;
   top:0;
   cursor:pointer;
}
#menu li a span{
	position:absolute;
   display:block;
   width:100%;
   height:59px;
   top:0;
}
#home{
	width:87px;
   left:0;
}
#pousada{
	width:86px;
   left:87px;
}
#noronha{
	width:71px;
   left:173px;
}
#dicas{
	width:58px;
   left:244px;
}
#tarifas{
	width:63px;
   left:302px;
}
#reservas{
	width:80px;
   left:365px;
}
#localizacao{
	width:92px;
   left:445px;
}
#contato{
	width:104px;
   left:537px;
}
#home a span{
	background:url(../img/menu-port.jpg)  no-repeat 0 0;
}
#pousada a span{
	background:url(../img/menu-port.jpg)  no-repeat -87px 0;
}
#noronha a span{
	background:url(../img/menu-port.jpg)   no-repeat -173px 0;
}
#dicas a span{
	background:url(../img/menu-port.jpg)   no-repeat -244px 0;
}
#tarifas a span{
	background:url(../img/menu-port.jpg)   no-repeat -302px 0;
}
#reservas a span{
	background:url(../img/menu-port.jpg)   no-repeat -365px 0;
}
#localizacao a span{
	background:url(../img/menu-port.jpg)   no-repeat -445px 0;
}
#contato a span{
	background:url(../img/menu-port.jpg)   no-repeat -537px 0;
}
#menu ul li a:hover{
	z-index:1000;
}
#home a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat 0 -59px;
}
#pousada a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -87px -59px;
}
#noronha a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -173px -59px;
}
#dicas a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -244px -59px;
}
#tarifas a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -302px -59px;
}
#reservas a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -365px -59px;
}
#localizacao a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -445px -59px;
}
#contato a:hover span{
	background:url(../img/menu-port.jpg)  no-repeat -537px -59px;
}
