.bmenuA{
	padding: 0px;
    margin: 0px 0px 3px 20px;
    position: relative;
	font-size: 12px;
}

.bmenuA  a{
	font-size: 16px;
	font-family: Calibri, Verdana, Arial; 
	white-space: nowrap;
	color: transparent;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 3px #fff;
	text-decoration: none;
	letter-spacing: 1px;
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	-webkit-transform: scale(0.5); 
	transform: scale(0.5); 
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;	
}
.bmenuA:hover  a{
	text-shadow: 0px 0px 15px #fff;
}
.bmenuA a:hover{
	text-shadow: 0px 0px 1px #fff;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
	text-decoration: none;
	color: #77AEFF;
}

.bmenu{
	padding: 0px;
    margin: 0px 0px 3px 20px;
    position: relative;
	font-size: 12px;
}

.bmenu  a{
	font-size: 16px;
	font-family: Calibri, Verdana, Arial; 
	white-space: nowrap;
	color: #4C4C4C;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 3px #fff;
	text-decoration: none;
	letter-spacing: 1px;
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	-webkit-transform: scale(0.5); 
	transform: scale(0.5); 
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;	
}
.bmenu:hover  a{
	text-shadow: 0px 0px 15px #fff;
}
.bmenu a:hover{
	text-shadow: 0px 0px 1px #fff;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
	text-decoration: none;
	color: #77AEFF;
}