﻿/* Header */
.Header
{
	height: 142px;
}

.HighLightNews
{
	margin-top: -1px;
}

.Area2
{
	clear: both;
	margin-top: -10px;
}

/* Top Menu */
.TopMenu
{
	height: 29px;
	font-size: 14pt;
	font-weight: bold;
}

.TopMenuItem
{	
	font-family: "Traditional Arabic";
	color: #ffffff;
	text-align: center;
}

a.TopMenuItem
{
	display: block;
	background: url(TopMenuItemBG.gif) repeat-x;
	width: 92px;
}

a:hover.TopMenuItem
{
	
}

a.TopMenuItemSelected
{
	background: url(TopMenuItemSelectedBG.gif) repeat-x;
	display: block;	
}

/* Horizental Menu */
.Menu
{
	font-size: 13pt;
	font-weight: bold;
}

a.MenuItem
{
	font-family: "Traditional Arabic";
	color: #ffffff;
	display: block;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

a:hover.MenuItem
{
	
}

a.MenuItemSelected
{
	background-color: #215786;
	display: block;
}