.glossymenu{
margin: 0 0;
padding: 0px;
width: 100%-5px; /*width of menu*/
background-color: #303233;
}

.glossymenu div.menuitem{
cursor:pointer;
font: bold 11px Arial, Helvetica, sans-serif;
color: #b3b8be;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
}

.glossymenu div.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu div.menuitem:hover{
background-color: #C28D5E;
color:white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #141718;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div ul li a{
display: block;
font: normal 11px Arial, Helvetica, sans-serif;
color: #B3B8BE;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.glossymenu div ul li a:hover{
color: #C28D5E;
}

.class1 {
background-color: #303233;
}

.class2 {
background-color: #C28D5E;
color:white !important
}