﻿body{
	overflow-x: hidden;
}
.dropmenu {
   position: absolute;
   left: 100%;
   visibility: visible;
   z-index: 100;
   float: right;
   width: 150px;
	height: 25px;
   border-width: 3px;
    border-color: White;	
  	display: block;
	}
.dropmenu ul {
   margin: 10;
   padding: 10;
   list-style-type: none;
}
.dropmenu li {
 display: block;
}

.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
background: url(images/yellow.png) no-repeat right;
display: block;
   width: 150px;
	height: 25px;
   padding: 0px;
   margin: 0px;
   font-family: Traditional Arabic;
   font-size: 14pt;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   color: #B02025;
   background-color: #C8C8C1;
}

.dropmenu a:hover {
background: url(images/red.png) no-repeat right;
display: block;
   width: 150px;
	height: 25px;
   padding: 0px;
   margin: 0px;
     font-family: Traditional Arabic;
   font-size: 14pt;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   color: #F2CA1F;
   background-color: #ABABA1;
}

a.linkright{
     width:150px;
height: 31px;
padding:0px;
font-family: "Traditional Arabic";
color: #084C73;
 font-style: normal;
 font-weight: bold;
 font-size: 14pt;
 text-decoration: none;
 text-align: center;
}

a.linkright:hover{
width:150px;
height: 31px;
padding:0px;
font-family: "Traditional Arabic";
color: #F2CA1F;
 font-style: normal;
 font-weight: bold;
 font-size: 14pt;
 text-decoration: none;
 text-align: center;
}

.linkselected{
 width:150px;
height: 31px;
padding:0px;
font-family: "Traditional Arabic";
color: #5C5C52;
 font-style: normal;
 font-weight: bold;
 font-size: 14pt;
 text-decoration: none;
 text-align: center;
 }
 
.text{
	font-family: "Traditional Arabic";
	font-size: 14pt;
	text-align: justify;
line-height: 150%;
color: Black;
	direction: rtl;
}