body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#ULnav, #ULnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    top: 0px;
    left: 0px;
    height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 700;
}



/*  The Arabic style  for menu*/

.ArnavLI
{
    padding: 0px 0px 0px 0px;
    float: right;
    position: relative;
    background-image: url('../images/sublinks.gif' );
    background-repeat: no-repeat;
    width: 109px;
    height: 34px;
    display: block;
    text-align: center;
    vertical-align: bottom;
   
}


/*  The English style  for menu*/

.navLI
{
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    background-image: url('../images/sublinks.gif' );
    background-repeat: no-repeat;
    width: 109px;
    height: 34px;
    display: block;
    text-align: center;
    vertical-align: bottom;
    top: 0px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.navLI :hover
{
    display: inline-table;
    background-image: url('../images/activelink.gif' );
    background-repeat: no-repeat;
    width: 107px;
    height: 34px;
    padding-top: 0px;
}

#ULnav li a
{
    display: block;
    vertical-align: bottom;
    font-size: small;
    background-position: center bottom;
    border: 0px solid #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    
    height: 27px;
}

.navA
{
    padding-top: 4px;
}

.navA:hover
{
    padding-top: 0px;
    vertical-align: bottom;
}

#ULnav ul ul{
top:auto;
}


#ULnav ul
{
    position: absolute;
    display: none;
    width: 12em;
    background-image: none;
    margin-top: 34px;
}


#ULnav ul li
{
    background-image: none;
    padding-top: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    width: 200px;
    height: 26px;

    background-color: #569ABD;
}

#ULnav ul li a
{
    background-image: none;
    background-color: #569ABD;
    width: 200px;
    height: 21px;
    padding-top: 4px;
}

#ULnav ul li a:hover
{  
    background-image: none;
    padding-top: 0px;
    background-color: #0088AE;
    width: 200px;
    height: 21px;
  padding-top: 4px;
}










