.glossymenu, .glossymenu li ul{

list-style-type: none;

margin: 0;

padding: 0;

width: 100px; /*WIDTH OF MAIN MENU ITEMS*/

border: 0px;

font-style: bold;
border: 0px;

}



.glossymenu li{

position: relative;
border: 0px;

}



.glossymenu li a{

background:  #efefef repeat-x bottom left;

font: bold 12px "Trebuchet MS",  Arial, Helvetica, sans-serif;

color:#666666;



display: block;

width: auto;

padding: 0px 0;

padding-left: 0px;

text-decoration: none;
border: 0px;



}



.glossymenu li ul{ /*SUB MENU STYLE*/

position: absolute;

width: 100px; /*WIDTH OF SUB MENU ITEMS*/

left: 0;

top: 57;

display: none;
border: 0px;



}



.glossymenu li ul li{

float: left;

}



.glossymenu li ul a{

width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */

padding: 6px;

border-bottom: 1px #CCCCCC solid;

border-left: 1px #CCCCCC solid;

border-right: 1px #CCCCCC solid;

}



.glossymenu .arrowdiv{

position: absolute;

/*right: 2px;

background: transparent url(arrow.gif) no-repeat center right;*/

}



.glossymenu li a:visited, .glossymenux li a:active{

/*color: white;*/

}



.glossymenu li a:hover{

color: #2F3D87;

background: #EAE941 repeat-x bottom left;

/*background-image: url(glossyback2.gif);*/

}



/* Holly Hack for IE \*/

* html .glossymenu li { float: left; height: 1%; }

* html .glossymenu li a { height: 1%; }

/* End */



.tabela_linhas{

border: 1px #666666 solid;

}