#footer-menu a{
	color: #669900;
	position: relative;
	text-decoration: none;
}
#footer-menu a:hover{
	color: #003300;
}
#footer-menu {
	color: #669900;
	position: relative;
	padding-top:10px;

	clear:both;
}
.top {
	vertical-align: top;
}
#footer-labels {
	width: 78px;
	height: 28px;
	position: absolute;
	top: -10px;
	right: 5px;
}
#footer-left {
	text-align: left;
	float: left;
	position: relative;
}
#footer-right{
	text-align: right;
	float: right;
	position: relative;
	margin-right: -30px;
	}
#footer-text {
	padding-top: 15px;
	color: #999;
	font-size: 10px;
	text-align: left;
	clear:both;
}