TABLE.menu{
	margin-top: 6px; 
	border-top: 1px solid white;
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : xx-small;
}
TD.menu{
	background  : #88f url(itemMenu.gif) no-repeat bottom right; 
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-weight : bold;
	font-size   : x-small;  
	line-height : 20px;	
	text-indent : 8px;
}
TD.menutitulo{
	background  : #88f url(itemMenu.gif) no-repeat bottom right;
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-weight : bold;
	font-size   : x-small; 
	line-height : 20px;
	padding-left: 8px;
}

/* frames menu, ... */
/* div.menu { position: absolute; left: 0;   top: 0;   width: 151px; } */
/* div.menu { width: 147px; } */

A.menu:link    { text-decoration: none; color: white; background: transparent; width: 100%; }
A.menu:visited { text-decoration: none; color: white; background: transparent; width: 100%;}
A.menu:hover   { text-decoration: none; color: white; background: #039; width: 100%;}
A.menu:active  { text-decoration: none; color: white; background: #0dd;}

