@charset "utf-8";
#bottom-nav/* CSS Document */


/* CSS Document */

 {
	text-align: center;
	height: 20px;
	margin-bottom: 10px;
}
#bottom-nav  ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
}
#bottom-nav  li {
	margin-right: 26px;
	margin-left: 26px;
	display: inline;
}
#bottom-nav  a {
	color: #e6e6e4;
	text-decoration: none;
}
#bottom-nav  a:hover {
	font-family: Tahoma;
	font-size: 100%;
	color: #000;
	text-decoration: none;
}
