body {
BACKGROUND-IMAGE: url("cmt1/images/grad.jpg");
BACKGROUND-REPEAT: repeat-x
}

a.menu:link, a.menu:visited {
	padding-top: 7px;
	display: block;
	background: url("cmt1/images/bgrad.jpg");
	BACKGROUND-REPEAT: repeat-x
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #981E35;
	height: 28px !important;
	height: 35px;
	width: 100%;
	text-decoration: none;
}

a.menu:hover {
	background-position: 0px -35px;
	text-decoration: none;
	color: #ED6F85;
}

