.tMenuName a,
.tMenuName a:hover,
.tMenuName,
.mRedButton,
.mRedButton a,
.tMenuButton,
.tMenuButton a,
.mButton a:hover,
.mButton a,
.mButton
{
	float:left;
	margin:10 0 10 10px;
	height:100px;
	background:green;
	border-radius: 30px;
	padding:0 20 0 20;
	cursor:pointer;
	color:#ffffff;
	FONT-SIZE: 50px;
	LINE-HEIGHT: 100px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.mRedButton,
.mRedButton a
{
	background:Red;
}
.tMenuName a,
.tMenuName a:hover,
.tMenuName
{
	width:520;
	font-weight:normal;
	text-align:right;
}
