/*---------------------------------------= Menu F Com Efeito---------------------------------------- */
	#menuF 				{
	background-image: url(menu-horizontal/01.jpg);
	height: 25px;
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	float:left;
	font-weight: bold;
}
    #menuF ul 			{list-style:none; padding-right: 5px; padding-left: 10px; padding-top: 4px; height: 25px;}
    #menuF li 			{display:inline;}
    #menuF a 			{float:left; background:url(menu-horizontal/02.gif) no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none;}
    #menuF a span   	{float:left; display:block; background:url(menu-horizontal/03.gif) no-repeat right top; padding:5px 15px 4px 6px; color:#666;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuF a span 		{float:none;}
    /* End IE5-Mac hack */
    #menuF a:hover span {color:#FFF;}
    #menuF a:hover 		{background-position:0% -42px;}
    #menuF a:hover span {background-position:100% -42px;}