.glossymenu{
margin: 5px 0;
padding: 0;
width: 470px; /*width of menu*/
display:block;
border-bottom-width: 0;
}

.glossymenu div.menuitem{
cursor:pointer;
background-color:transparent;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;

text-decoration: none;
}


.glossymenu div.menuitem:visited, .glossymenu .menuitem:active{
color: #000;
}

.glossymenu div.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
float:left;
border: none;
}

.glossymenu div.menuitem:hover{
background-color:transparent;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}


.glossymenu div.submenu {
border-bottom: none;
}

.glossymenu div.submenu{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 3px 0px 0px 16px;

}

.glossymenu div.submenu{
background: #fff;
color: #000;
}

.statusicon {
  margin-right:3px;
  margin-top:5px;
}
