.glossymenu{
padding: 0;
width: 195px; /*width of menu*/
}

.glossymenu a.menuitem{
background-color: #49555d;
font: normal 12px Verdana;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
}


.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 div.submenu{ /*DIV that contains each sub menu*/
background-color: #49555d;
}

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


.glossymenu div.submenu ul li a{
font: normal 12px Verdana;
color: #b7b7b7;
text-decoration: none;
padding: 2px 0;
padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
background-color: #49555d;
color: white;
}

