/* CSS Document */
A.menu:link {
	color: #fbf9f9;
	text-decoration:none;
}
A.menu:visited   {
	color: #fbf9f9;
	text-decoration:none;	
}
A.menu:active   {
	color: #fbf9f9;
	text-decoration:none;	
}
A.menu:hover   {
	color: #cecd00;
	text-decoration:none;	
}
.tmenu {
	background-color: #6a6961;
}	
.tmenu TD {
	border: 1px solid #53564c;
	text-align:center;
	height:27px;
}
