.glossymenu{
margin-top: 5px;
margin-left: 3px;
padding: 0;
width: 160px; /*100%; /*157px; width of menu*/
background-color: #A2DFC0;
border: 1px solid #9A9A9A;
/*border-bottom-width: 0;*/


}
.glossymenu h2{
	font:  bold 13px "Tahoma";
	text-align:center;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px solid #356A44; 
	border-top: 1px solid #356A44; 
	/*border:  1px solid #356A44; */
	background-color: #8CC69C;  /*#53C48B;*/

}

.glossymenu a.menuitem{
font:  13px "Tahoma";
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
/*width: 100%;*/
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #999;
background-color: #A2DFC0;
/*margin-right: 5px;*/
}

.glossymenu a.menuitem:hover{
	 /*color: #990000; */
/*	color: #F1FDAC;*/
	font-weight: bold;
	color: #0099FF;
}

/*.glossymenu a.menuitem:visited{
color: #FFFF66;
}*/

.glossymenu a.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 div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/
background-color: #C0E9D5;
}

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

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Tahoma";
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	color: #990000; 
	font-weight: bold;
}
/*
.glossymenu div.submenu ul li a:active{

}*/
