#menu-bottom
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	text-align: center;
	color: #FFF;
	height: auto;
	list-style-type: none;
	width: auto;
	float: none;
	padding-top: 10px;
}
#menu-bottom a:link 
{
	color: #FFF;
	text-decoration: none;
}
#menu-bottom a:visited 
{
	color: #06F;
	text-decoration: none;
}
#menu-bottom a:hover 
{
	color: #FF0;
	text-decoration: underline;
}
#menu-bottom a:active 
{
	text-decoration: none;
}

