﻿/* Main Menu */
.MainFDMenu_FA {
	font: 11px tahoma;
	margin: 0 0 1px 0; padding:8px 8px 0px 4px; list-style: none;
	line-height: 125%;
	width: 155px;
	color:#2d3c59;
 height:22px;
	text-align:right;
	float:right; 	direction: rtl;
		background-image:url('../images/bg-m.jpg');
		background-repeat:no-repeat;
		background-position:right;

}
.MainFDMenu_FA a {
	text-decoration: none;
	color: #6092cd;
	}
.MainFDMenu_FA a:hover{
	text-decoration: none;
	color: #6092cd;
}
/* Main Menu NO SUB */
.MainFDMenu_FA_N {
	font: 11px tahoma;
	margin: 0 0 1px 0; padding:10px 18px 0px 4px; list-style: none;
	line-height: 125%;
	width: 155px;
	color:#2d3c59;
 height:22px;
	text-align:right;
	float:right; 	direction: rtl;
		background-image:url('../images/bg-m.jpg');
		background-repeat:no-repeat;
		background-position:right;

}
.MainFDMenu_FA_N a {
	text-decoration: none;
	color: #6092cd;
}
.MainFDMenu_FA_N a:hover{
	text-decoration:none;
	color: #f8a023;
}
/******************************************** NEW *********************************************/
/* Main Menu (ACTIVE) */
.MainFDMenu_FA_Active {
	font: 11px tahoma;
	margin: 0 0 1px 0; padding:10px 8px 0px 4px; list-style: none;
	line-height: 120%;
	width: 155px;
	color:#2d3c59;
 height:22px;
	text-align:right;
	float:right; 	direction: rtl;
		background-image:url('../images/bg-m.jpg');
		background-repeat:no-repeat;
		background-position:right;


}
.MainFDMenu_FA_Active a {
	text-decoration: none;
	color: #6092cd;
}
.MainFDMenu_FA_Active a:hover {
	text-decoration: none;
	color: #6092cd;
}
/* Main Menu NO SUB (ACTIVE) */
.MainFDMenu_FA_N_Active {
	font: 11px tahoma;
	margin: 0 0 1px 0; padding:9px 8px 0px 4px; list-style: none;
	line-height: 120%;
	width: 155px;
	color:#2d3c59;
 height:22px;
	text-align:right;
	float:right; 	direction: rtl;
		background-image:url('../images/bg-m.jpg');
		background-repeat:no-repeat;
		background-position:right;


}
.MainFDMenu_FA_N_Active a {
	text-decoration: none;
	color: #2d3c59;
}
.MainFDMenu_FA_N_Active a:hover {
	text-decoration: none;
	color: #f8a023;
	}
/****************************************** END NEW ********************************************/
/* Sub Menu */
.MainFDMenu_FA_Sub{
	font: 11px tahoma;
  list-style: none;
	line-height: 155%;
 padding:0px 4px 0px 0px;
	width: 155px;
 margin:0px 4px 0px 0px;
	text-indent: 5px;
	text-align:right;
	float:right;
 	direction: rtl;

}
.MainFDMenu_FA_Sub a {
	text-decoration:none;
	color:#2f3e55;
}
.MainFDMenu_FA_Sub a:hover {
	text-decoration: none;
	color: #f8a023;
}
/* Sub Menu NO SUB */
.MainFDMenu_FA_Sub_N {
	font: 11px tahoma;
	margin: 0 0 0 0; padding: 7px 4px 6px 4px; list-style: none;
	line-height: 150%;
	width: 155px;
	text-indent: 24px;
	text-align:right;
	float:right; 	direction: rtl;

 	 background-image:url('../images/arr3.jpg');
 	 background-repeat:no-repeat;
 	 background-position:175px 11px;


}
.MainFDMenu_FA_Sub_N a {
	text-decoration: none;
	color: #666;
}
.MainFDMenu_FA_Sub_N a:hover {
	text-decoration: none;
	color: #f8a023;
}
/******************************************** NEW *********************************************/
/* Sub Menu (ACTIVE) */
.MainFDMenu_FA_Sub_Active {
	font: 11px tahoma;
	margin: 0 0 0 0; padding: 7px 4px 6px 4px; list-style: none;
	line-height: 150%;
	width: 155px;
	text-indent: 24px;
	text-align:right;
	float:right; 	direction: rtl;

 	 background-image:url('../images/arr3.jpg');
 	 background-repeat:no-repeat;
 	 background-position:175px 11px;



}
.MainFDMenu_FA_Sub_Active a {
	text-decoration: none;
	color: #f8a023;
}
.MainFDMenu_FA_Sub_N_Active a:hover {
	text-decoration: none;
	color: #f8a023;
}
/* Sub Menu NO SUB (ACTIVE) */
.MainFDMenu_FA_Sub_N_Active {
	font: 11px tahoma;
	margin: 0 0 0 0; padding: 7px 4px 6px 4px; list-style: none;
	line-height: 150%;
	width: 155px;
	text-indent: 24px;
	text-align:right;
	float:right; 	direction: rtl;

 	 background-image:url('../images/arr3.jpg');
 	 background-repeat:no-repeat;
 	 background-position:175px 11px;



}
.MainFDMenu_FA_Sub_N_Active a {
	text-decoration: none;
	color: #f8a023;
}
.MainFDMenu_FA_Sub_N_Active a:hover {
	text-decoration: none;
	color: #f8a023;
}
/****************************************** END NEW ********************************************/
/* Sub IN Menu */
.MainFDMenu_FA_Sub_Sub {
	font: 11px tahoma;
	margin: 0 0 0 0; padding: 7px 4px 6px 4px; list-style: none;
	line-height: 150%;
	width: 155px;
	text-indent: 24px;
	text-align:right;
	float:right; 	direction: rtl;

 	 background-image:url('../images/arr3.jpg');
 	 background-repeat:no-repeat;
 	 background-position:175px 11px;



	}
.MainFDMenu_FA_Sub_Sub a {
	text-decoration: none;
	color:#000;
}
.MainFDMenu_FA_Sub_Sub a:hover {
	text-decoration: none;
	color: #f8a023;
}
/******************************************** NEW *********************************************/
/* Sub IN Menu (ACTIVE) */
.MainFDMenu_FA_Sub_Sub_Active {
	font: 11px tahoma;
	margin: 0 0 0 0; padding: 7px 4px 6px 4px; list-style: none;
	line-height: 150%;
	width: 155px;
	text-indent: 24px;
	text-align:right;
	float:right; 	direction: rtl;

 	 background-image:url('../images/arr3.jpg');
 	 background-repeat:no-repeat;
 	 background-position:175px 11px;



}
.MainFDMenu_FA_Sub_Sub_Active a {
	text-decoration: none;
	color: #f8a023;
	
	}
.MainFDMenu_FA_Sub_Sub_Active a:hover {
	text-decoration: none;
	color: #f8a023;
}
/****************************************** END NEW ********************************************/
*{outline:none;}
