.glossymenu{
width: 176x; /*width of menu*/
}

.glossymenu a.menuitem{
background: black url(../images/glossyback.gif);
background-repeat:repeat-x;
font-weight: bold;
color:#525252;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 23px;
text-decoration: none;
margin-bottom:1px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #525252;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
float:left;
top:6px;
right:160px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
background-repeat:repeat-x;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#ffffff;
}

.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 #e6e6e6;
}

.glossymenu div.submenu ul li a{
display: block;
color: #22709a;
text-decoration: none;
padding: 2px ;
padding-left:23px;
}

.glossymenu div.submenu ul li a:hover{
background: #f4f3f1;
color: #22709a;
}