.glossymenu{
margin: 0px 0px;
padding: 0px;
width: 210px; /*width of menu*/
border: none;
}

.glossymenu a.menuitem{
background: #ffffff url(../gfx/helpers/dotbg.gif) repeat-x;
background-position:-35px bottom;
font: bold 75% Arial;
color: #004D7E;
display: block;
 /*position: relative;To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #004D7E;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
float:right;
margin:-18px 10px 0 0 ;
border: none;
}
*:not(hr) .glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
float:right;
margin:-14px 10px 0 0 ;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(../gfx/helpers/dotbg2.gif);
color: #6BC049;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

}

.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 #e4e3e9;

}

.glossymenu div.submenu ul li a{
display: block;
font: normal 75% Arial;
color: #004D7E;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #e4e3e9;
color: #6BC049;
}