#menu {
	float:left;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height:normal;
	background: #EEE url(../images/nav_bg.jpg) repeat-x;
	}
#menu ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	margin:0;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 0;
	}
#menu a span {
	float:left;
	display:block;
	padding:4px 14px 5px 14px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover {text-decoration: underline}

