@CHARSET "UTF-8";

/***** CSS corretivo para o IE *****/

#right {
	width: 19.85%;
}

/* menu do topo */
#top UL.menu LI UL {
	list-style-position:outside;
	margin-top: -2px;
	margin-left: -133px;
	float: none;
}

#top UL.menu LI:hover UL {
	margin-top: 20px;
}


#top UL.menu LI UL LI UL{
	margin-left: 0em;
}

#top UL.menu LI:hover UL LI:hover UL {
	margin-top: 0px;
}

#top UL.menu LI:hover UL LI:hover UL LI A {
	float:left;
}



/* menu da esquerda */
#left UL.menu LI UL {
	list-style-position:outside;
	margin-left: -5.5em;
}