.justify {
	text-align: justify;
}

#menu a {
	text-align:left;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:107px;
	height: 22px;
	margin-left: 0px;
	padding-top:2px;
	border-bottom:1px solid #88AF83;
}
#menu a:hover {
	color:#FFFF00;
	background-color:#88AF83;
}