.itempai {
  width:100%; 
}
.itemfilho {
  position:absolute; 
  background-color: #CCCCCC;
  padding: 5px 8px 5px 8px; 
  visibility: hidden;
  display: block;
  white-space: nowrap;
  border: 1px solid #AAAAAA;
  line-height: 2;
}
.textmenu {
	font-family: Tahoma, Verdana, Arial, Courier;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
.textmenu:hover {
  text-decoration: underline;
}