
/* MENU LATERAL */

#menu { list-style: none;
	width: 300px;
	height: 500px;
	position: relative;
	overflow:hidden;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -9999em;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .logo { width: 187px; height: 203px; background:url(../img/logo_asav.jpg) no-repeat; left: 113px; top: 0}
#menu .inicial { width: 187px; height: 36px; background:url(../img/menu/inicial2.jpg) no-repeat; left: 113px; top: 203px; }
#menu .apres { width: 187px; height: 36px; background:url(../img/menu/apre2.jpg) no-repeat; left: 113px; top: 239px; }
#menu .assoc { width: 187px; height: 36px; background:url(../img/menu/associado2.jpg) no-repeat; left: 113px; top: 275px; }
#menu .info { width: 187px; height: 36px; background:url(../img/menu/infor2.jpg) no-repeat; left: 113px; top: 311px; }
#menu .eventos { width: 187px; height: 36px; background:url(../img/menu/eventos2.jpg) no-repeat; left: 113px; top: 347px; }
#menu .refer { width: 187px; height: 36px; background:url(../img/menu/link2.jpg) no-repeat; left: 113px; top: 383px; }
#menu .contato { width: 187px; height: 36px; background:url(../img/menu/contato2.jpg) no-repeat; left: 113px; top: 419px; }