.glossymenu{
margin: 5px 0;
padding:0px;
padding-left:7px;
 /*width of menu*/
border: 0px solid #e4e4e4;
border-bottom: 1px dashed #e4e4e4;
}

.glossymenu a.menuitem{
/*background: #f3f5f0 url() repeat-x bottom left;*/
font: 11px Verdana, Arial, Helvetica, sans-serif, "Tahoma";
color: #333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px dashed #e4e4e4;
	top: 0px;
	left: 0px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: 1px;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 1px;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 1px;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}


.glossymenu a.menuitem:visited, .glossymenu {
border-bottom: 1px dashed #e4e4e4;

}

a.menuitem:active
{
/*background-image:url(bk.jpg);*/
color: #006600;
border-bottom: 1px dashed #e4e4e4;

background-image:url(menu_bkgreen.jpg);



}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
left: 0px;
border: none;

}

.glossymenu a.menuitem:hover{
/*background-image:url(bg_dark.gif);*/
border-bottom: 1px solid #e4e4e4;
color:#333333;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: #f3f5f0;*/
padding-left:10px;

}

.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 dashed #e4e4e4;
}

.glossymenu div.submenu ul li a{
display: block;
font: 11px Verdana, Arial, Helvetica, sans-serif, "Tahoma";
color: #666666;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background-image:url(bg_light.gif);
border-bottom: 1px solid #e4e4e4;
color:#000000;
}

.ContentStyle16px {
	font-family: Arial, Helvetica, sans-serif, "Tahoma";
	font-size: 12px;
	color:#006600;
	}

.ContentStyle16pxBold {
	font-family: "Constantia";
	font-size: 16px;
	font-weight:500;
	color:#3f9508;
	}
