/* A9Menu Style Sheet */
.A9MainItemHover, .A9MainItemActive, .A9MenuItemHover, .A9MenuItemActive {
	background-image:url(../imagens/fmenu_on.gif);
	/*background-color:#CCCCCC;*/
	cursor: hand;
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #000000; 
	padding-left:14px;
	
}

.A9MainText, .A9MenuText
{
	/*background-color:#CCCCCC;*/
	cursor: hand;
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #000000; 
	padding-left:14px;
	background-image:url(../imagens/fmenu_off.gif);
}

.A9Menu td
{
	background-color:#e2e7cf
	cursor: hand;
}

.A9Menu, .A9SubMenuTable {
	cursor:		default;
	padding:	0; 
	white-space:	nowrap;
}

.A9SubMenu
{
	position:	absolute;
	visibility:	hidden;
	background-color:#e2e7cf;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	 filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=2);
}