		#menu-group-items A:hover {
			color: #EF3C39;
		}

		#menu-group-items A  {
			text-decoration: none;
			color: #6E6E6E;
		}

		#menu-group-items {
			position: absolute;
			height: 100px;
			width: 220px;
			top: 470px;
			z-index: 97;
		}

		#menu-group-items UL {
			font-weight: bolder;
			line-height: 23px;
			font-size: 11pt;
		}

		#menu-group-items li {
			margin-left:-20px;
			margin-right:0px;
			list-style:square;
		    list-style: none;
			text-decoration: none;
		}
#footer {position: relative;
	margin-top: 100px; /* negative value of footer height */
	height: 30px;
	clear:both;
	width: 960px;
	background-color: #00923f;
	position: relative;
	
}
