﻿.gaza{
background-image:url(http://www.talebway.com/gaza_banner.gif);
height:221px; 
width:220px;
position:fixed;
top:0px;
left:0px;
z-index:100;
_position:absolute;
_top:expression(eval(document.body.scrollTop));
}
#Menu_Table{
background-image:url(images/custom/menu_bkg.gif);
background-repeat: repeat-x;
width: 100%;
height: 30px;
border: 1px solid #000000;
}
#Menu_Table a{
color:#000000;
text-decoration:none;
}

#MenuDiv{
 display: inline;
 position: relative;
 top: 1px; 
 right: 5px; 
 height: 23px;
}

table.MenuItem, table.CurrentMenuItem, table.SelectedMenuItem{
	display: inline-table;
	!display: inline;
	padding:0px;
	margin:0px;
	height:auto;
	font-size: 100%;
	cursor:pointer;
}

table.MenuItem td.leftTD{
	width:3px;
	height: 23px;
}
table.MenuItem td.rightTD{
	width:3px;
	height: 23px;
}
table.MenuItem td.middleTD{
	height: 23px;
	padding-left:6px;
	padding-right:6px;
}

table.CurrentMenuItem td.leftTD{
 	background-image:url(images/custom/menu_active_left.gif);
	background-repeat:no-repeat;
	width:3px;
	height: 23px;
}
table.CurrentMenuItem td.rightTD{
	background-image:url(images/custom/menu_active_right.gif);
	background-repeat:no-repeat;
	width:3px;
	height: 23px;
}
table.CurrentMenuItem td.middleTD{
	background-image:url(images/custom/menu_active_middle.gif);
	background-repeat:repeat-x;
	height: 23px;
	padding-left:6px;
	padding-right:6px;
}

table.SelectedMenuItem td.leftTD{
 	background-image:url(images/custom/menu_active_left.gif);
	background-repeat:no-repeat;
	width:3px;
	height: 23px;
}
table.SelectedMenuItem td.rightTD{
	background-image:url(images/custom/menu_active_right.gif);
	background-repeat:no-repeat;
	width:3px;
	height: 23px;
}
table.SelectedMenuItem td.middleTD{
	background-image:url(images/custom/menu_active_middle.gif);
	background-repeat:repeat-x;
	height: 23px;
	padding-left:6px;
	padding-right:6px;
}