/*//////////// MAIN MENU START /////////////////*/
.menu_footer_body{
	background-color: #6984AC;
}
.menu_footer {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	width: 99%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 3px;
}
.menu_footer:link {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	width: 99%;
	text-decoration: none;
	border-top: 1px solid #627B91;
	border-right: 2px inset #627B91;
	border-bottom: 2px inset #627B91;
	border-left: 1px solid #627B91;
	letter-spacing: 1px;
	font-weight: bold;
		padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 3px;

}
.menu_footer:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	width: 99%;
	text-decoration: none;
	border-top: 1px solid #627B91;
	border-right: 2px inset #627B91;
	border-bottom: 2px inset #627B91;
	border-left: 1px solid #627B91;
	letter-spacing: 1px;
	font-weight: bold;
		padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 3px;

}
.menu_footer:active,  {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	width: 99%;
	border-top: 1px solid #627B91;
	border-right: 2px inset #627B91;
	border-bottom: 2px inset #627B91;
	border-left: 1px none #627B91;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
		padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 3px;

}
.menu_footer:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #D3E2EF;
	width: 99%;
	border-top: 1px solid #33516C;
	border-right: 2px inset #1A364E;
	border-bottom: 2px inset #1A364E;
	border-left: 1px solid #5F7B94;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 3px;

}
