#menu{
	float: left;
	width: 672px;
	position: relative;
	height: 165px;
	margin: auto;
	font-size: 0em;
	background: url(../img/menu-port.gif) no-repeat 0 0;
}
#menu ul{
	list-style:none;
	height:165px;
 }
#menu li{
	position:absolute;
   top:0;
   height:165px;
 }
#menu li a{
	position:absolute;
   display:block;
   width:100%;
   height:165px;
   top:0;
   cursor:pointer;
}
#menu li a span{
	position:absolute;
   display:block;
   width:100%;
   height:165px;
   top:0;
}
#home{
	width:94px;
   left:0;
}
#pousada{
	width:83px;
   left:94px;
}
#noronha{
	width:127px;
   left:177px;
}
#dicas{
	width:58px;
   left:304px;
}
#localizacao{
	width:79px;
   left:362px;
}
#tarifas{
	width:67px;
   left:441px;
}
#reservas{
	width:78px;
   left:508px;
}
#contato{
	width:86px;
   left:586px;
}
#home a span{
	background:url(../img/menu-port.gif)  no-repeat 0 0;
}
#pousada a span{
	background:url(../img/menu-port.gif)  no-repeat -94px 0;
}
#noronha a span{
	background:url(../img/menu-port.gif)   no-repeat -177px 0;
}
#dicas a span{
	background:url(../img/menu-port.gif)   no-repeat -304px 0;
}
#localizacao a span{
	background:url(../img/menu-port.gif)   no-repeat -362px 0;
}
#tarifas a span{
	background:url(../img/menu-port.gif)   no-repeat -441px 0;
}
#reservas a span{
	background:url(../img/menu-port.gif)   no-repeat -508px 0;
}
#contato a span{
	background:url(../img/menu-port.gif)   no-repeat -586px 0;
}
#menu ul li a:hover{
	z-index:1000;
}
#home a:hover span{
	background:url(../img/menu-port.gif)  no-repeat 0 -165px;
}
#pousada a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -94px -165px;
}
#noronha a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -177px -165px;
}
#dicas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -304px -165px;
}
#localizacao a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -362px -165px;
}
#tarifas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -441px -165px;
}
#reservas a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -508px -165px;
}
#contato a:hover span{
	background:url(../img/menu-port.gif)  no-repeat -586px -165px;
}
