@charset "utf-8";

.tipo {

	font-family: Arial;

	font-size: 10px;

	color: #005517;

	font-weight: bold;

}



#menu ul {

	padding: 0px;

	list-style-type: none;

	margin-top: 6px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 11px;

}





#menu li{

	display: inline;

	margin: 0px;

	padding: 0px;



}

#menu a {

	list-style-type: none;

	display: block;

	float: left;

	text-decoration: none;

	margin-left: 5px;

	margin-right: 4px;

	padding-left: 5px;

	padding-right: 5px;

	color: #005517;

	padding-top: 20px;

}

#menu a:hover {

	background-image: url(../images/bola_golf.png);

	background-repeat: no-repeat;

	background-position: center top;

}

#menu a.active {

	background-image: url(../images/bola_golf.png);

	background-repeat: no-repeat;

	background-position: center top;

}

