div#sub_secao {
	padding-left: 4px;
	padding-top: 8px;
	height:25px;
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
	list-style-type: none;
	cursor: auto;
	width: auto;
}

.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	border: 1px solid #9900FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	cursor: auto;
}

.glossymenu li{
	position: relative;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: auto;
	border-top-color: #CC66FF;
	border-right-color: #CC66FF;
	border-bottom-color: #CC66FF;
	border-left-color: #CC66FF;
	float: none;
	clear: none;
	height: auto;
	list-style-position: inside;
	list-style-type: none;
}

.glossymenu li a{
	color: #000066;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border: #CC66FF;
}

.glossymenu li ul{                             /*SUB MENU STYLE*/
	position: absolute;
	width: 170px;
	left: 0;
	top: 0;
	display: none;
	border: 1px solid #9900FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	height: auto;
}

.glossymenu li ul li{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #CC66FF;
	border-right-color: #CC66FF;
	border-bottom-color: #CC66FF;
	border-left-color: #CC66FF;

}

.glossymenu li ul a{
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
                               /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
}

.glossymenu li a:visited, .glossymenu li a:active{      // 
color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
}

.glossymenu li a:hover{
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	background-color: #9900FF;
	color: #FFFFFF;
}


div#caixa_busca {
background-color:ebebeb;
overflow:hidden;
width:130px;
height:60px;
padding-left:6px;
padding-top:3px;
text-decoration: none;
text-valign:center;
font-size: 9px;
font-weight: bold;
font-family: verdana;
color: #3A4148;
}



/* Holly Hack for IE \*/
* html .glossymenu li { 
	float: none;
	height: auto;
	margin: 1;
	padding: 1;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border: #CC66FF;
	margin-left: 5px;
	margin-right: 5px; }
* html .glossymenu li a { height: 1%; }
/* End */
