.glossymenu{
margin-left:34px;
padding: 0;
width: 260px; /*width of menu*/
border-bottom-width: 0;
}
.glossymenu a.menuitem{
background:#ffffff bottom left;
border-bottom:#e8e8e8 1px solid;
font-family:Arial;
font-size:14px;
color:#000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 6px 0;
text-decoration: none;
}
.glossymenu a.menuitem:open, .glossymenu .menuitem:active{
color:#000;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 8px;
left: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/

background-color: #fff;
background:url(../images/ombg.jpg) no-repeat bottom center;
margin-top:2px;

}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
height:22px;
border-bottom:1px #fff solid;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Tahoma;
color:#666;
text-decoration: none;
padding: 4px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #F6D017;
font-weight:bold;
color:#333;
colorz: white;
}
.glossymenu div.submenu .on{
background: #F6D017;
font-weight:bold;
color:#333;
colorz: white;
}
