@CHARSET "ISO-8859-1";

#menu_principal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.69em;
	position:absolute;
	top: 213px;
	margin-left:50%;
	left:125px;
	width:300px;
	text-indent: 15px;
	z-index: 100;
}

#menu_principal ul{
	list-style: none outside;
}

#menu_principal a{
	text-decoration: none;
	color:#336699;
}

.navlist li {
	padding-bottom: 2px;
	background: url("../../images/menu1.gif") no-repeat;
	height:25px;
}

.anylinkcss{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.69em;
	position:absolute;
	visibility: hidden;
	z-index: 200;
	text-align: left;
	text-indent: 5%;
	margin-left: 3px; /*3*/

}

.linkStyle{
	line-height: 20px;
	height:25px;
	width: 220px;
}

.anylinkcss a{
	color:#ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: url("../../images/meio2.png") no-repeat;
	width: 228px;
	height:24px;
	border-bottom: 1px solid #6F8BB6;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #ffffff;
	text-decoration: none;
}

.top_menu_filho {
	background:transparent url(../../images/top2.png) no-repeat;
	width: 228px;
	border-bottom: 1px solid #6F8BB6;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/top2.png')
}

.bottom_menu_filho {
	background:transparent url("../../images/bottom2.png") no-repeat;
	width: 228px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/bottom2.png')
}

