}
#menu {
	float: left;
	height: auto;
	width: 130px;
	margin: 2px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	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: #030;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	border-left-style: solid;
	padding: 2px;
	font-weight: lighter;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	border-left-width: 2px;
	border-left-color: #663;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #030;
}
#menu a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
	text-decoration: underline;
	display: block;
	height: auto;
	width: auto;
	border-left-style: solid;
	padding: 2px;
	font-weight: bold;
	border-bottom-style: dotted;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-color: #030;
	border-left-color: #030;
}

