glossymenu{
	padding: 0;
	width: 174px; /*width of menu*/
}

.glossymenu a.menuitem{
	/*background:  url(../images/glossyback.gif) repeat-x bottom left;*/
	background:#119740 url(../images/menu_bg.gif) repeat-y;
	color:#FFF;
	height:25px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom:#007423 solid 1px;
}
.homepage{
	border-top:#025B1B solid 5px;
}

.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: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	/*background-image: url(../images/glossyback2.gif);*/
	background:#EEE;
	color:#298248;
}

.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: #007423 solid 1px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
padding: 5px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: #298248;
}