.menulist li:hover>ul {
	display: block;
}

#ToolTip{
	position: absolute;
	width: 280px;
	background: #fffccc;
	border-color: #65d0e7;
	border-right: dimgray thin solid;
	border-left: dimgray thin solid;
	border-top: dimgray thin solid;
	border-bottom: dimgray thin solid;
	border-width: 1px 1px 1px 1px;
	visibility: hidden;
}
.ToolTipTD {
	color: black;
	font-family: Arial, Verdana;
	font-size: small;
}
.link
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
.botao {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-repeat: repeat-x;
    background-color: #c1d6e6;
    background-position: center center;
    color: #004880;
    border-top:solid 1px #88a6bd;
    border-bottom:solid 1px #88a6bd;
    border-left:solid 1px #88a6bd;
    border-right:solid 1px #88a6bd;
    font-size: 10px;
    padding: 0px 8px;
    overflow: visible;    
}