div#listmenu {
	font-size:small;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	height: 20px;
	left: 100px;
	position: absolute;
	top: 169px;
	padding-top: 3px;
	width: 800px;
	z-index: 20;
	}
div#listmenu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}
div#listmenu li {
	list-style-type:none; /* creates dividing lines between the li elements */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 6px;
	float: left;
	}	
	div#listmenu a {
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;  /* TEMP to show hot area of link */
	}
div#listmenu a:hover {
	color:#e0b946;
	}
body {
	background-image: url(images/bg_pixel.jpg);
	}
