/* CSS Document */

	/* the horizontal menu starts here */
	#listmenu {
		width: 550px; 	/* makes the div full width */
		float:left; /*makes the div enclose the list */
		border: 0;
		margin: -2px 0 0 0;
		font-size:.75em;	/* SET FONT-SIZE HERE */
		background-color:#FFFFFF; /* colors the div */
		}
	/* end of hack zone */
	/* END OF LIST-BASED MENU */