.menu {
	color: Black;
	text-decoration: none;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
	cursor:hand;
}
.menu_act {
	color: #fe7200;
	text-decoration: none;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
	cursor:hand;
}

.td_bottom{
		border-bottom:1px solid #ffa333;
}

A.menu:link {
	color: Black;
	text-decoration: none;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
 }
A.menu:visited {
	color: Black;
	text-decoration: none;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
}
A.menu:hover {
	color: #fe7200;
	text-decoration: none;
	font-weight: bold;
	font-family: "Tahoma";
	font-size: 12px;
	} 
A.menu:active {
	color: Black;
	text-decoration: none;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
	} 
