/* CSS Document */
.glossymenu{
margin: 0px 0;
padding: 0;
width: 218px; /*width of menu*/
border: 0px  #9A9A9A;
border-bottom-width: 1px solid #9A9A9A;
}

.glossymenu a.menuitem{
background: #CCCCCC url(fondom.jpg) no-repeat;
font: bold 14px "Trebuchet MS", "Arial", Verdana, Helvetica, sans-serif;
color: #999999;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
text-decoration: none;
/*height:30px;*/


}

.glossymenu a.menuitem2{
background: #CCCCCC url(fondomd.jpg) no-repeat;
font: bold 14px "Trebuchet MS", "Arial", Verdana, Helvetica, sans-serif;
color: #999999;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
text-decoration: none;
/*height:30px;*/


}

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

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

.glossymenu a.menuitem:hover{
background-image: url(fondom.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/
background: #CCCCCC;
width: auto;
/*padding-top: 5px;*/
/*padding-bottom: 5px;*/
/*padding-left: 40px;*/
text-decoration: none;



}

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

}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
/*height:35px;*/
border: 1px solid #999999;
padding-left: 20px;
height:38px;/*altura submenu 30 inicialmente*/
padding-top: 7px;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 14px "Trebuchet MS", "Arial", Verdana, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;*/
/*colorz: white;*/
}

