.top_menu
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : center;
	/*color : #7A7A7A;*/
	color: #969696;
	line-height : 20px;
}

.top_menu_off
{	
	font-weight : bold;
	color: #969696;
	text-decoration : none;
	padding-right : 6px;
	padding-left : 6px;
}

.top_menu_on
{	
	font-weight : bold;
	color: #969696;
	text-decoration : underline;
	padding-right : 6px;
	padding-left : 6px;
}

a.top_menu_off:hover
{
	font-weight : bold;
	color: #969696;
	text-decoration : underline;
	padding-right : 6px;
	padding-left : 6px;
}