.menu {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.full_border {
	border: 1px solid #000000;
}
.white_border {
	border: 1px solid #000000;
	border-color: #FFFFFF;
}
.menu:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
.side_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
