			#Menu {
   				float: left;
   				width: 100%;	
   				font-family: Arial;
   				font-size: 15px;
   				line-height: normal;
				}
			#Menu ul {
   				margin: 0, 1;
   				padding: 5px 0px 3px 5px;
   				list-style: none;
				}
			#Menu li {
   				display: inline;
   				margin: 0;
   				padding: 0;
				}
			#Menu a {
   				float: left;
   				background: url("../images/menu_left.gif") no-repeat left top;
   				margin: 0;
   				padding: 0 0 0 4px;
   				text-decoration: none;
				}
			#Menu a span {
   				float: none;
   				display: block;
   				background: url("../images/menu_right.gif") no-repeat right top;
   				padding: 5px 15px 4px 6px;
   				color: #3CB371;
   				font-weight: bold;
   				text-decoration: none;
				}
			#Menu a:hover span {
   				background-position: 100% -42px;
   				color: #627EB7;
   				font-weight: bold;
   				font-style: normal;
   				text-decoration: underline;
				}
			#Menu a:hover {
   				background-position: 0% -42px;
				}
			#Menu #active a {
   				background-position: 0% -84px;
				}
			#Menu #active a span {
   				background-position: 100% -84px;
   				color: #627EB7;
   				font-weight: bold;
   				text-decoration: none;
				}