@charset "utf-8";




#bottom-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../images/botton-brown-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#bottom-menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#bottom-menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #624524;
	display: inline;
}

#bottom-menu a:link {
	color: #624524;
	text-decoration: underline;
}
#bottom-menu a:visited {
	color: #624524;
	text-decoration: underline;
}
#bottom-menu a:hover {
	color: #8A945C;
	text-decoration: underline;
}

.nolink {
	color: #8A945C;
}
