.treeview ul{ direction:rtl; /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;text-align:right;font-family: Tahoma,Geneva, Arial, Helvetica, sans-serif;font-size:13px; font-weight:bold;
}

.treeview ul a{font-weight:bold; font-family:Tahoma; font-size:13px;border-bottom-color:#0099CC; border-bottom-style:inset; border-bottom-width:thin; text-decoration:none; color:#000000
}

.treeview ul a:hover{COLOR: #EA204B;FONT-SIZE: 13px;FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;	font-weight:bold;
}


.treeview li{ direction:rtl; /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(list.gif) no-repeat right center;
list-style-type: none;
padding-right: 22px;
margin-bottom: 3px;text-align:right;font-family: Tahoma,Geneva, Arial, Helvetica, sans-serif;font-size:13px; font-weight:bold; color:#000000
}

.treeview ul li a{font-weight:bold; font-family:Tahoma; font-size:13px;border-bottom-color:#0099CC; border-bottom-style:inset; border-bottom-width:thin; text-decoration:none; color:#000000
}

.treeview ul li a:hover{COLOR: #EA204B;FONT-SIZE: 13px;FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;	font-weight:bold;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(closed.gif) no-repeat right 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none;  /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}