@charset "utf-8";
#bottom-menu {
	height: 25px;
	width: 800px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #492E19;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#bottom-menu ul {
	padding: 0px;
	list-style-type: none;
	color: #2C2E69;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottom-menu li {
	display: inline;
}
#bottom-menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #492E19;
	text-decoration: none;
}
#bottom-menu a:visited {
	color: #492E19;
	text-decoration: none;
}
#bottom-menu a:hover {
	color: #2C2E69;
	text-decoration: underline;
}
