@charset "utf-8";
/* CSS Document */

div#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	text-align: left;
	border: 6px solid #FFFFFF;
	}

body {
	background-color: #88955f;
}

body { text-align: center; }
body {font-family: verdana, arial, sans-serif; font-size:100%; behavior:url(csshover.htc);}


A:link { text-decoration: underline; color: #594125 }
A:visited { text-decoration: underline; color: #594125 }
A:active { text-decoration: underline; color: #594125 }
A:hover { text-decoration: underline; color: #ffffff; }

/* the horizontal menu starts here */
* {margin:0; padding:0;} 
div#listmenu {
	/*width:80%; */	/* makes the div full width */
	float:left; /*makes the div enclose the list */

	font-size:.9em;	/* SET FONT-SIZE HERE */
	background-color:#E0D4BE; /* colors the div */
	/* margin-top:15px; TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	}
div#listmenu ul {margin:0 0 0 40px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#E0D4BE; /*sets the background of the menu items */
		}

div#listmenu li:hover { 
	background-color:#a39b8c; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 8px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#594125;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#ffffff;
	}
/* the horizontal menu ends here */



/* THE HACK ZONE - */

/* end of hack zone */
/* END OF LIST-BASED MENU */

