.glossymenu{
border-left:1px solid #9A9A9A; border-right:1px solid #9A9A9A; border-top:1px solid #9A9A9A; border-bottom:1px solid #9A9A9A; margin:5px 0; padding:0; width: 162px; /*width of menu*/
 
}
 
.glossymenu a.menuitem{
background: black url('images/glossyback.gif') repeat-x bottom left;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:4px; padding-bottom:4px
}
 
 
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{ /*color of menu header text*/
color: black;
}
 
.glossymenu a.menuitem .statusicon{ /*position of up down arrow graphic on header*/
position: absolute;
top: 10px;
right: 2px;
border: none;
}
 
.glossymenu a.menuitem:hover{
background-image: url('images/glossyback2.gif');
}
 
.glossymenu div.submenu{ /*background color of each sub menu item*/
background: #FFF59D;
}
 
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
 
.glossymenu div.submenu ul li{ /*color of dividing line between each menu item*/
border-bottom: 1px solid orange;
}
 
.glossymenu div.submenu ul li a{ /*color and position of menu item text*/
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 25px;
}
 
.glossymenu div.submenu ul li a:hover{ /*menu item hover color*/
background: #FF8C00;
colorz: white;
}