ul.head_nav li {
	display: inline;
}
.btn_signup a {
	display: block;
	background-image: url(../images/structure/navigation/btn_signup.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 191px;
	height: 16px;
	float: left;
}

.btn_whyjoin a {
	display: block;
	background-image: url(../images/structure/navigation/btn_whyjoin.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100px;
	height: 16px;
	float: left;
}
.btn_login a {
	display: block;
	background-image: url(../images/structure/navigation/btn_login.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 61px;
	height: 16px;
	float: left;
}
.btn_logout a {
	display: block;
	background-image: url(../images/structure/navigation/btn_logout.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 72px;
	height: 16px;
	float: left;
}
.btn_edit a {
	display: block;
	background-image: url(../images/structure/navigation/btn_edit.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 126px;
	height: 16px;
	float: left;
}

/*-------------------------------------*/

ul.main_nav li {
	display: inline;
}
.btn_recipes a {
	display: block;
	background-image: url(../images/structure/navigation/btn_recipes.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 102px;
	height: 28px;
	float: left;
}
.btn_products a {
	display: block;
	background-image: url(../images/structure/navigation/btn_products.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 121px;
	height: 28px;
	float: left;
}
.btn_huntsdifference a {
	display: block;
	background-image: url(../images/structure/navigation/btn_huntsdifference.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 197px;
	height: 28px;
	float: left;
}

.btn_hints a {
	display: block;
	background-image: url(../images/structure/navigation/btn_hintsfromhunts.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 166px;
	height: 28px;
	float: left;
}

.btn_newspromotions a {
	display: block;
	background-image: url(../images/structure/navigation/btn_newspromotions.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 174px;
	height: 28px;
	float: left;
}
#navigation a:hover {
	background-position: top;
}

/*-------------------------------------*/
ul.footer_nav {
	width: 500px;
	margin-top: 25px;
}
ul.footer_nav li {
	display: inline;
}
ul.footer_nav li a {
	color: #cccccc;
	font-size: 85%;
	text-decoration: none;
}
ul.footer_nav li a:hover {
	text-decoration: underline;
}