div {
font-family: Arial;
text-align:left;
z-index:50;
text-align:left;

}

.clsCMOn {
	height:35px;
	font-size :14px;
	font-weight: bold;
	padding-left:12px;
	padding-right:21px;
	padding-top:6px;
	text-decoration: none;
	color:white;
	background-image: url(/images/tmenu.png);
	background-position: left;
	background-repeat: no-repeat;
}

.clsCMOver {
	height:35px;
	font-size :14px;
	font-weight: bold;
	padding-left:12px;
	padding-right:21px;
	padding-top:6px;
	text-decoration: none;
	color:#7ccdd7;
	background-image: url(/images/tmenu.png);
	background-position: left;
	background-repeat: no-repeat;
}

.clsCMOn_sub {
	font-size: 12px;
	text-align:left;
	padding-left: 3px;
	padding-left:18px;
	padding-top:3px;
	color: #235E80;
	background-image:url(/images/arrow.png);
	background-position: 7 8;
	background-repeat: no-repeat;
}
.clsCMOver_sub {
	font-size: 12px;
	text-align:left;
	padding-left: 3px;
	padding-left:18px;
	padding-top:3px;
	color: black;
	background-image:url(/images/arrow.png);
	background-position: 7 8;
	background-repeat: no-repeat;
}

