}
#menu {
	float: left;
	height: auto;
	width: 130px;
	margin: 2px;
	padding: 2px;
	background-color: #999900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#coluna1 {
	width: 135px;
	height: 700px;
	float: left;
}

#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	border-left-style: none;
	padding: 2px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #666633;
}
#menu a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: underline;
	background-color: #336633;
	display: block;
	height: auto;
	width: auto;
	border-left-style: none;
	padding: 2px;
	font-weight: bold;
	border-bottom-style: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	border-top-style: none;
	border-right-style: none;
}
