.menu_L1
{
	background-image: url(Images/menuLevel1.gif);
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:12px;
	color: #6e6949;
	cursor: pointer;
    z-index: 100px;
    height: 30px;
    width: 400px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}
.menu_L2
{
	background-image: url(Images/menuLevel2.gif);
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 10px;
	color: #6e6949;
	width:249px;
	height:34px;
	position:relative;
	left:70px;
	top:-30px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
	margin-top:-3px;
}
.menu_L3
{
	background-image: url(Images/menuLevel2.gif);
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #C0BB93;
	width:249px;
	height:34px;
	position:relative;
	left:70px;
	top:-31px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}

.menu_L1 ul { padding:0; margin:0; list-style-type: none; position:relative; }
.menu_L1 a, .menu_L1 a:visited {
	display:block; width:249px; text-decoration:none;
	padding:0 0 0 5px; height:31px; line-height:32px; color:#000;}

.menu_L1 span { padding-left:30px; color:#C0BB93; }
.menu_L1 span:Hover { padding-left:30px; color:#dba453; width:30px}
/* Level 2 */
.menu_L1 ul li ul { display: none; }
.menu_L1 ul li:hover ul
{ display:block; width:247px; position:absolute; top:30px; left:-300px; }

/* Level 3 */
.menu_L1 ul li:hover ul li ul
{ display: none; }
.menu_L1 ul li:hover ul li:hover ul
{ display:block;}

