.glossymenu{
padding: 2px;
width: 192px; /*width of menu*/
/*border: 1px solid #B4C6D0;  */
border-left: 1px solid #14599B;
border-right: 1px solid #14599B;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #478BBC;
font: bold 11px Verdana, Arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0 6px 5px;
text-decoration: none;
border-bottom: 1px solid white;
}

.glossymenu span.head{
background: #478BBC;
font: bold 11px Verdana, Arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0 6px 5px;
text-decoration: none;
}


.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: 6px;
right: 5px;
border: none;
}
.menuitem.submenuheader span {
	display: inline !important;
}
.glossymenu a.menuitem:hover{
  background: #276CA7;
color: #b4c6d0;
font-weight: bold;
}

.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 #B4C6D0;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Verdana, sans-serif, Arial;
color: #293b46;
text-decoration: none;
padding: 3px 0 3px;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #293b46;
font: bold 11px Verdana, Arial, sans-serif;
}