.menu {
	color: #333366;
	font-family: "Comic Sans MS";
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	background-color: #BBD8B4;
	width:130px;
	border-top: thin solid #E0E3CE;
	border-right: thin solid #6C7443;
	border-bottom: thin solid #6C7443;
	border-left: thin solid #E0E3CE;
	height: 10px;



}

.menu:hover {
	color: #1C546C;
	background-color: #63B5D8;
	width:130px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #216583;
	border-right-color: #B8DDED;
	border-bottom-color: #B8DDED;
	border-left-color: #216583;

}
.texto {
	font-family: "Comic Sans MS","helvetica","arial";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;


}
.endereco {

	font-family: "Comic Sans MS";
	color: #333366;
	font-size: 12px;
	font-weight: bold;
}