Body
{
    behavior:url(csshover.htc);
}
.menu_L1
{
	background-color:#362f2a;
	font-family:Tahoma;
	font-size:10.5px;
	color: #a3a08f;
	cursor: pointer;
    z-index: 100px;
    height: 39px;
    width: 192px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}
.menu_L2
{
	background-color:#362f2a;
	font-family: Tahoma;
	font-size: 12px;
	color: #a3a08f;
    height: 39px;
    width: 192px;
	position:relative;
	left:147px;
	top:-45px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}
.menu_L3
{
	background-color:#362f2a;
	font-family: Tahoma;
	font-size: 12px;
	color: #a3a08f;
    height: 39px;
    width: 192px;
	position:relative;
	left:147px;
	top:-45px;
	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:192px; text-decoration:none;
	padding:0 0 0 0px; height:39px; line-height:32px;  color:#a3a08f;}

.menu_L1 div a 
{
    font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #a3a08f;
    text-indent:20px;
}
.menu_L1 div a:Hover
{ color:#ffffff; }

/* Level 2 */
.menu_L1 ul li ul { display: none; }
.menu_L1 ul li:hover ul
{ display:block; width:192px; position:absolute; top:39px; 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; }

