.cm0off {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: white;
	padding-top: 12px;
	background: url(/images/menu_bgOff.gif) top left no-repeat;
}

.cm0on {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: white;
	padding-top: 12px;
	background: url(/images/menu_bgOn.gif) top left no-repeat;
}

.cm0off_first {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: white;
	padding-top: 12px;
}

.cm0on_first {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: white;
	padding-top: 12px;
	background: url(/images/menu_bgOn_first.gif) top left no-repeat;
}

.cm0border {
	position: absolute;
}

.cm1off {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	color: white;
	padding-top: 2px;
	padding-left: 5px;
	background: #c52d41;
}

.cm1on {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	color: white;
	padding-top: 2px;
	padding-left: 5px;
	background: #d05566;
}

.cm1border {
	position: absolute;
	background: #d05566;
}
