#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 591px;
	height: 43px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
	
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 82px;
	height: 43px;
	background: url(/imagens/menu_r1_c1.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .home span {
	width: 82px;
	height: 43px;
	background: url(/imagens/menuover_r1_c1.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .about {
	width: 138px;
	height: 43px;
	background: url(/imagens/menu_r1_c2.gif) no-repeat;
	left: 82px;
	top: 0px;
}
#menu .about span {
	width: 138px;
	height: 43px;
	background: url(/imagens/menuover_r1_c2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .rss {
	width: 83px;
	height: 43px;
	background: url(/imagens/menu_r1_c3.gif) no-repeat;
	left: 220px;
	top: 0px;
}
#menu .rss span {
	width: 83px;
	height: 43px;
	background: url(/imagens/menuover_r1_c3.gif) no-repeat;
	left: 0px;
	top: 0px;
}





#menu .anuncie {
	width: 92px;
	height: 43px;
	background: url(/imagens/menu_r1_c4.gif) no-repeat;
	left: 303px;
	top: 0px;
}
#menu .anuncie span {
	width: 92px;
	height: 43px;
	background: url(/imagens/menuover_r1_c4.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .noticia {
	width: 95px;
	height: 43px;
	background: url(/imagens/menu_r1_c5.gif) no-repeat;
	left: 395px;
	top: 0px;
}
#menu .noticia span {
	width: 95px;
	height: 43px;
	background: url(/imagens/menuover_r1_c5.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .contato {
	width: 101px;
	height: 43px;
	background: url(/imagens/menu_r1_c6.gif) no-repeat;
	left: 490px;
	top: 0px;
}
#menu .contato span {
	width: 101px;
	height: 43px;
	background: url(/imagens/menuover_r1_c6.gif) no-repeat;
	left: 0px;
	top: 0px;
}
