td.menu 
{
	height: 25px;
	text-align: center;
	background-image: url(men_m_tri.gif);
	background-repeat: repeat-x;
}

td.menu a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
	line-height : 23px;
}

td.menu a:hover
{
	background-image: url(men_m_tri.gif);
	background-position: 0px -25px;
}

td.menu a:active
{
	background-image: url(men_m_tri.gif);
	background-position: 0px -50px;
}


