@font-face { /* declare fonts */
	font-family: "Damas";
	src: url("fonts/Damas.ttf");
	
		}
body {
	behavior: url(script/csshover2.htc);
	
}

.menu_rtl{
		
		/*padding: 0  0px 0 130px;*/
		 
		float: right;
		background: url('../images/UppermenuBg.gif') no-repeat left 0px ;
		margin: 0 0px 0 0px; 
		width:800px;	
		
		}
		.menu_rtl ul{
		padding:0;
		margin:0;
		
		}
		.menu_rtl ul li{
		padding:0 1px 0 0;
		margin:0;
				position: relative;
		float: right;
		list-style: none;
		}
		
		.menu_rtl ul li ul li{
		padding:0;
		margin:0;
	    position: relative;
		float: right;
		list-style: none;
		
		}
		
	
		.menu_rtl li a{
		width:110px;
		height: 25px;
		display: block;
		text-decoration:none;
		text-align: center;
		line-height:25px;
		font-weight:bold;
        font-size: 13px;
        font-family: Damas,Arial, Sans-Serif;
		color:White;
		direction:rtl;
		
		}
		.menu_rtl li a:hover
		{
		    color:Yellow;
		background-position: bottom center;		
		background: url('../images/UpperMenuLiBg.gif') repeat top center;
		/*.gif*/
		}
				  
		.menu_rtl ul ul
{
    position: absolute;
    top: 25px;
    width: 110px;
    background-color: #D0D9FD;
    visibility: hidden;
    margin-left: -20px;
}
		  .menu_rtl ul ul a
        {
          color:Black;
          	background-position: bottom center;		
		background: url('../images/UpperMenuLiLiBg.gif') repeat top center;
        }
        
        .menu_rtl ul ul a:hover
{
    background-position: #A2B4FB;
    color: White;
    background: #98A9FC;
}

		.menu_rtl ul li:hover ul{
		visibility:visible;
		}
		
		
		
.menu_ltr{
		
		/*padding: 0  0px 0 130px;*/
		 
		float: left;
		background: url('../images/UppermenuBg.gif') no-repeat left 0px ;
		margin: 0 0px 0 0px; 
		width:800px;	
		
		}
		.menu_ltr ul{
		padding:0;
		margin:0;
		
		}
		.menu_ltr ul li{
		padding:0 1px 0 0;
		margin:0;
				position: relative;
		float: left;
		list-style: none;
		}
		
		.menu_ltr ul li ul li{
		padding:0;
		margin:0;
	    position: relative;
		float: right;
		list-style: none;
		
		}
		
	
		.menu_ltr li a{
		width:150px;
		height: 25px;
		display: block;
		text-decoration:none;
		text-align: center;
		line-height:25px;
		font-weight:bold;
		color:White;
		font-size: 12px;
		font-family: Arial, Sans-Serif;
		direction:ltr;
		}
		.menu_ltr li a:hover
		{
		    color:Yellow;
		background-position: bottom center;		
		background: url('../images/UpperMenuLiBg.gif') repeat top center;
		/*.gif*/
		}
				  
		.menu_ltr ul ul
{
    position: absolute;
    top: 25px;
    width: 110px;
    background-color: #D0D9FD;
    visibility: hidden;
    margin-left: 20px;
}
		  .menu_ltr ul ul a
        {
          color:Black;
          	background-position: bottom center;		
		background: url('../images/UpperMenuLiLiBg.gif') repeat top center;
        }
        
        .menu_ltr ul ul a:hover
{
    background-position: #A2B4FB;
    color: White;
    background: #98A9FC;
}

		.menu_ltr ul li:hover ul{
		visibility:visible;
		}