<style type="text/css">

.glossymenu{
padding: 0;
width: 189px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 189px;
padding-bottom : 5px;
text-decoration: none;
text-align:center;
}


.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{
color: #ffcb5c;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

width: 189px;
text-align:center;
}

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

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #fffbfa;
text-decoration: none;
padding: 2px 0;
}

.glossymenu div.submenu ul li a:hover{
color: #c6f757;
}

.glossymenu div.subcategoryitems ul li a{
display: block;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #505050;
color: #c6f757;
text-decoration: none;
padding: 2px 0;
}

.glossymenu div.subcategoryitems ul li a:hover{
background: #505050;
color: #c6f757;
}

</style>
