.clsCMOn{
	height: 35px;
	width: 97px;
	background: url(../images/ball_button.png) no-repeat scroll center left;
	color: white;
	display: inline;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	font-size: 12pt;
	border: none;	
}

.clsCMOver {
	height: 35px;
	width: 97px;
	background: url(../images/ball_button.png) no-repeat scroll center left;
	color: white;
	display: inline;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	font-size: 12pt;	
	border: none;
	text-shadow: yellow 0.2em 0.2em 0.2em;
}

.smclsCMOn{
	height: 35px;
	width: 97px;
	background: url(../images/sm_ball_button.png) no-repeat scroll 8px 3px;
	color: white;
	display: inline;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	font-size: 10pt;
	border: none;	
}

.smclsCMOver {
	height: 35px;
	width: 97px;
	background: url(../images/sm_ball_button.png) no-repeat scroll 5px 3px;
	color: white;
	display: inline;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	font-size: 10pt;	
	border: none;
	text-shadow: yellow 0.2em 0.2em 0.2em;
}
