.glossymenu{
margin: 0px 0;
padding: 0;
width: 140px; /*width of menu*/
border: 1px solid #999999;
}

.glossymenu a.menuitem{
/*background-color:#999999;*/
background-image:url(../img/novo_bt.jpg);
background-repeat:repeat-x;
font-size:12px;
font-family:"Trebuchet MS";
color:#000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:22px;
text-decoration: none;
/* height:22px; */
/* float:left; */
padding-left:16px;
padding-top:6px;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
right:125px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#666666;
}
/*CONFIGURAÇÕES DO SUB-MENU*/
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*float: left;*/
width:auto;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
}

.glossymenu div.submenu ul li{
background-color:#f9f8f8;
border-bottom:1px dashed #CCCCCC;
padding: 2px;
width:auto;
}

.glossymenu div.submenu ul li a {
display: block;
font-size:12px;
font-family:"Trebuchet MS";
color: #333333;
text-decoration: none;
padding:4px;
}

.glossymenu div.submenu ul li a:hover{
color:#999999;
position:relative;
}