a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none;
}

#tabela-menu {
	height: 22px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	background: #F3F3F3;
	color: #333333;
	border: 1px solid #ffffff;	
	cursor: hand;
	cursor: pointer;
}
#tabela-menu:hover {
	cursor: hand;
	height: 22px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	border: 1px dashed #cccccc;
	background: #006699;
	color: #ffffff; 
	cursor: hand;
	cursor: pointer;
}