@charset "utf-8";
/* CSS Document */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 150px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
list-style:none;
}
.glossymenu a.menuitem{
background-color:#b2d136;
font: 15px "Comic Sans MS";
font-weight:bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px 0;
text-decoration: none;
list-style:none;
border:groove
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}
.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(../images/menu_muda.gif);
font: 15px "Comic Sans MS"; 
font-weight:bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px 0;
text-decoration: none;
list-style:none;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-color:#f1f1f1;
width:149px;
margin:0;}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
list-style:none;
height:15px;
}
.glossymenu div.submenu ul li {
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: black;
text-decoration: none;
padding: 0px 0;
}
.glossymenu div.submenu ul li:hover{
background-color:#FFFFFF;
margin:0;}

