.glossymenu{
margin: 5px 0;
padding-bottom:20px;
width: 160px; /*width of menu*/
border: 1px solid #d0d0d0;
border-bottom-width: 0;
background-color: #d0d0d0;
}
.glossymenu .opnd {background-color: #abaaaa; color:#FFF;}


.glossymenu a.menuitem{
font: 11px Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #6b6a6a;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-transform:uppercase;
}
//black url(glossyback.gif) repeat-x bottom left;



.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;
background: #8e8d8d;
}


.glossymenu a.menuitem:hover{
background: #abaaaa;
}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #e4e4e4;
list-style: 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;
text-decoration: none;
}

.glossymenu div.submenu li a {
display: block;
font: normal 12px Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
padding: 0px 0;
padding-left: 10px;
color: #858484;
text-transform:none;
}

.glossymenu div.submenu ul li a:hover{
background: #ffffff;
color: #FFFFFF;
}
