.cTC .act,
.cTC .act:link,
.cTC .act:visited,
.cTC .act:hover {
	color: #FF9E09;
	font-weight: bold;
}

.cMainMenu {
	background: url('../res/bg/mmenuitem.gif') repeat-x top left;
}

.cMMFirst {
	background: url('../res/bg/mmenufirst.gif') no-repeat top left;
	border-left: 1px solid white;
}

.cMMItem	{	height: 30px;	}
.cMMLast	{					}

.cMMSep {
	width: 1px;
	height: 30px;
	background: url('../res/bg/mmenusep.gif');
}

.cMMItem A {
 	padding-left: 15px;
 	padding-right: 15px;
}

.cMMItem A:link		{	color: white;	text-decoration: none;		}
.cMMItem A:visited	{	color: white;	text-decoration: none;		}
.cMMItem A:hover	{	color: #DDD;	text-decoration: underline;	}

.cMMItem .act,
.cMMItem .act:link,
.cMMItem .act:visited,
.cMMItem .act:hover {	color: white;	font-weight: bold;	text-decoration: none;	}
.cMMItem .act:hover {	text-decoration: underline;	}
