.headerMenuGroup
{
direction:rtl;
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopheaderMenuItem
{
	border-right: gray 1px solid;
	border-top: white 1px solid;
    font-family: 'Traditional Arabic' , 'Simplified Arabic';
	font-size: 16px; 
	font-weight:normal ;
	background-image: url(images/item_bg.gif);
	border-left: white 1px solid;
	cursor: pointer;
    color:#3F3F3F;
	direction: rtl;
	border-bottom: gray 1px solid;
    font-family: 'Traditional Arabic' , 'Simplified Arabic';
	text-align: right;
}

.TopheaderMenuItemHover
{
direction:rtl;
text-align:right;

  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family: 'Traditional Arabic' , 'Simplified Arabic';
  font-size: 16px; 
  font-weight: bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopheaderMenuItemActive
{
  direction:rtl;
  text-align:right;
  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family: Vendra;
  font-size: 13px; 
  font-weight: bold;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.headerMenuItem
{
direction:rtl;
text-align:right;

  background-image: url(images/item_bg.gif); 
  color:#3F3F3F;
  font-family: Vendra;
  font-size: 12px; 
  font-weight: bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.headerMenuItemHover
{
direction:rtl;
text-align:right;

  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family: Vendra;
  font-size: 12px; 
  font-weight: bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.headerMenuItemActive
{
direction:rtl;
text-align:right;

  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family: Vendra;
  font-size: 12px; 
  font-weight: bold;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

