.glossymenu{
margin: 5px 0;
padding: 0;
width:204px; /*width of menu*/
}

.glossymenu a.menuitem{
	font-family:Tahoma;
	font-size:13px;
	color:#214900;
	font-weight:bold;
	background: url(../images/img_dotted.gif) 30px 7px no-repeat;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 57px;
	text-decoration: none;
	text-transform:uppercase;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#e7ffb5;
}

.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{
	padding:2px 0;
}
.glossymenu div.submenu ul li a{
	display: block;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	color:#214900;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 57px;
}

.glossymenu div.submenu ul li a:hover{
	background:#e7ffb5;
}
