.menu_L1
{
	background-image: url(Images/MenuItem.png);
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:10.5px;
	color: #065283;
	cursor: pointer;
    z-index: 100px;
    height: 45px;
    width: 168px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}
.menu_L2
{
	background-image: url(Images/MenuItem.png);
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #046DAE;
	width:168px;
	height:45px;
	position:relative;
	left:130px;
	top:-45px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}
.menu_L3
{
	background-image: url(Images/MenuItem.png);
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #046DAE;
	width:168px;
	height:45px;
	position:relative;
	left:70px;
	top:-30px;
	direction:rtl;
	vertical-align:top;
	text-decoration:none;
}

.menu_L1 ul li:hover 
{
    background-image: url(Images/MenuItemSel.png); 
    background-repeat:no-repeat;
}
.menu_L1 ul { padding:0; margin:0; list-style-type: none; position:relative; }
.menu_L1 a, .menu_L1 a:visited {
	display:block; width:168px; text-decoration:none;
	padding:0 0 0 0px; height:45px; line-height:32px;  color:#033455;}

.menu_L1 div a 
{
    background-image: url(Images/MenuItem.png); 
    background-repeat:no-repeat;
    color:#033455;
    text-indent:20px;
}
.menu_L1 div a:Hover
{
    background-image: url(Images/MenuItemSel.png); 
    background-repeat:no-repeat;
    color:#ffffff;
    text-indent:20px;
}

/* Level 2 */
.menu_L1 ul li ul { display: none; }
.menu_L1 ul li:hover ul
{ display:block; width:168px; position:absolute; top:45px; 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; }

