.glossymenu{
margin: 0 0;
margin-top:5px;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #666666;
}

.glossymenu a.menuitem{
background: #BEC2C5;
font: 12px 'Arial', sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

.glossymenu a.menuitemMain{
background: #999999;
font: 12px 'Arial', sans-serif;
color: #FFFFFF;
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;
 font-weight:bold;
}

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

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

.glossymenu a.menuitem:hover{
  background: #D0D0D1;
}

.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 #D0D0D1;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px 'Arial', sans-serif;
color: #111111;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
padding-right: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #D0D0D1;
color: black;
}
.closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #D0D0D1 !important;
	font-weight:bold !important;
}
