.glossymenu{
margin: 0px 0;
margin-top:10px;
margin-left:10px;
padding: 0;
width: 192px; /*width of menu*/
border: none;
border-bottom-width: 0;
position: absolute;
left: 0px;
}

.glossymenu a.menuitem{
background-image: url(menuitem.png);
font: bold 100% verdana,"DejaVu sans",helvetica,sans-serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 28px;
padding-left: 20px;
padding-top: 12px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 13px;
right: 13px;
height: 14px;
width:14px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(menuitem2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
width: 182px;
margin-left: 4px;
background: white;
border: none;
border-left: 1px solid #959595;
border-right: 1px solid #959595;
border-top: 1px solid #959595;
padding: 0;
}

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

.glossymenu div.submenu ul li{
border-bottom: 1px solid #959595;
}

.glossymenu div.text ul li a{
display: block;
font: normal 11px verdana,"DejaVu sans",helvetica,sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.img ul li a{
display: block;
font: normal 11px verdana,"DejaVu sans",helvetica,sans-serif;
color: black;
text-decoration: none;
padding: 0px;
max-height: 50px;
}

.glossymenu div.text ul li a:hover{
background: #eeeeee;
}

