.glossymenu{
margin: 0;
padding: 0;
width: 173px; /*width of menu*/

}

.glossymenu a.menuitem{
background: #233B6B url(../images/gradient/gr_submenu_glossyback.gif) repeat-x bottom left;
font: 15px/18px Verdana,Arial,Helvetica,sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 5px 10px;  /* top right bottom left */
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 a.menuitem:hover{
background: #233B6B url(glossyback2.gif) repeat-x bottom left;
background-color:#233B6B;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #FFFFFF;
border-right: 1px solid #233B6B;
padding-bottom:5px;
}

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

.glossymenu div.submenu ul li{
padding: 3px 0px 3px 0px;/* top right bottom left */
list-style-type: none;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana,Arial,Helvetica,sans-serif;
color: #233B6B;
text-decoration: none;
padding: 0px 0px 0px 8px;  /* top right bottom left */
}

.glossymenu div.submenu ul li a:hover{
background: #CC9017;
}