.glossymenu{
/*margin: 5px 0;
padding: 0;
width: 170px; 
border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
}

.glossymenu a.menuitem{
/*background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*color: white;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;*/
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
cursor:pointer;
}


/*.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: 6px;
right: 5px;
border: none;
}

/*.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}*/

.glossymenu ul.submenu{ /*UL of each sub menu*/
list-style-type: none;
display: block;
margin: 0;

}
.glossymenu ul.submenu li{
/*border-bottom: 1px solid blue;*/
margin-left: -32px !important;
margin-right:-3px !important;
margin-top:-3px !important;
margin-bottom:-3px !important;
}

.glossymenu ul.submenu li a{
display: block;
/*font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
*/}

.glossymenu ul.submenu li a:hover{
/*background: #DFDCCB;
colorz: white;
*/}

