.fonte_branco01 		{font-family: Tahoma; font-size: 12px; color: #FFFFFF}
.fonte_branco02 		{font-family: Tahoma; font-size: 14px; color: #FFFFFF}
.fonte_branco02_bold 	{font-family: Tahoma; font-size: 12px; color: #FFFFFF; font-weight: bold}
.fonte_brancop 		{font-family: Tahoma; font-size: 9px; color: #FFFFFF}
a:link{text-decoration:none; }
a:visited{text-decoration:none; }
a:active{text-decoration:none; color:#fff;}
a:hover{text-decoration:none; color: #CC99CC;}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

border-bottom-width: 0;
font: normal 10px Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

width: 200px; /* default width for menu */
}

.anylinkmenu ul{
width: 100%;
list-style:none;
margin: 0;
padding: 0;
float: left;
list-style-type: none;
}

.anylinkmenu ul li a{
display: inline;
width: 100%;
text-indent: 3px;


padding: 2px 10px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
float:left;
}

.anylinkmenu a:hover{ /*hover background color*/

color: #51324e;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;

padding: 10px;
font: normal 10px Tahoma;
z-index: 100; /*zIndex should be greater than that of shadow's below*/

}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;

}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

/*================= MENU ======================*/

ul#menu {
	list-style-type: none;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
ul#menu li {
	float: left;
	margin-left: 20px;
	text-decoration: none;
}
ul#menu li a{
	color: #6c3a77;
}
ul#menu li a:hover {
	color: #cc99cc;
}
.ativo {
	color: #cc99cc;
}