﻿/* Main Menu */
.MainFDMenu {
	font: 12px tahoma;
	margin: 0;
	padding: 3px;
	list-style: none;
	line-height:150%;
 	border-bottom:1px #CCCCCC solid;   */
	border-left:2px  #CCCCCC solid; */
	width: 194px;
	background: #fff;
/*	font-weight: 600; */
	direction: rtl;
	color:#5eabc7;
	float:right;
}
.MainFDMenu a {
	text-decoration: none;
	color: #5eabc7;
}

/* Main Menu NO SUB */
.MainFDMenu_N {
	font: 12px tahoma;
	margin: 0;
	padding: 3px;
	list-style: none;
	line-height: 150%;
	border-bottom:1px  #CCCCCC solid; */
	border-left:2px  #CCCCCC solid; */
	width: 194px;
	background: #fff;
	 /* font-weight: 600; */
	direction: rtl;
	text-indent: 12px;
	float:right;
}
.MainFDMenu_N a {
	text-decoration: none;
	color: #5eabc7;
}

/* Sub Menu */
.MainFDMenu_Sub {
	font: 11px tahoma;
	margin: 0;
	padding: 3px 14px 3px 3px;
	list-style: none;
	line-height: 150%;
	border-bottom: 1px #b3b3b3 solid;
	width: 183px;
	background: #eeeeee;
	direction: rtl;
	text-indent: 6px;
	float:right;
	background-image:url('../images/bs.gif');
	background-position: 234px 11px;
	background-repeat:no-repeat;
}
.MainFDMenu_Sub a {
	text-decoration: none;
	color:#333333;
}
.MainFDMenu_Sub_N {
	font: 11px tahoma;
	margin:0;
	padding: 3px 14px 3px 3px;
	list-style: none;
	line-height: 150%;
	border-bottom: 1px #b3b3b3 solid;
	width: 183px;
	background: #eeeeee;
	direction: rtl;
	text-indent: 6px;
	float:right;
	background-image:url('../images/bs.gif');
	background-position: 234px 11px;
	background-repeat:no-repeat;
}
.MainFDMenu_Sub_N a {
	text-decoration: none;
	color: #333333;
}
