.glossymenu{
width:175px;
margin: 3px 0;
padding: 0;
border: 1px solid #cecfb2;
border-bottom:3px solid #77745B;
border-top:3px solid #77745B;
}

.glossymenu a.menuitem{
background: -moz-linear-gradient(top,#008ac6, #013d71); /* FF3.6+ */
background: -webkit-linear-gradient(top,#008ac6, #013d71); /*Saf5.1+,Chr10+ */
background: -o-linear-gradient(top,#008ac6, #013d71); /* Opera11.10+ */
background: -ms-linear-gradient(top,#008ac6, #013d71); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ac6', endColorstr='#013d71',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top,#008ac6, #013d71); /* W3C */

border-bottom:1px solid #cecfb2;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 4px 0;
padding-left: 13px;
text-decoration: none;
font:12px Verdana;
line-height:23px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}

.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: #f5f5f5;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

background: #e7e8d9;
border-bottom:1px dotted #963;
}

.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:normal 11px Arial;
 line-height:18px;
color:#2f2f2f;
padding: 2px 0;
padding-left: 19px;
text-decoration:none;
background:#e4e4e2;
}

.glossymenu div.submenu ul li a:hover{
color: #8d8d8d;
text-decoration:none;
}