﻿body
{
	font-family: Tahoma;
	font-size: 11px;
	margin:10px auto;
	text-align:center;
}
.middleheader
{
	height:46px;
	background-image: url('Header01.jpg');
	background-repeat:no-repeat;
	vertical-align:bottom;
}
.logindate, .logindate a:link, .logindate a:visited
{
	font-family:Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left:10px;
	vertical-align:middle;
	height:16px;
}
.topheader
{
	background-image: url('Header02.jpg');
	height: 148px;
	width:994px;
	vertical-align:top;
	padding-bottom:0px;
	border-bottom:1px black solid;
}
.footer
{
	background-image: url('Footer.jpg');
	width: 994px;
	height: 100px;
	padding-top:10px;
	background-repeat:no-repeat;
}
.footermenu
{
	vertical-align:top;
	color:black;
	font-size: 11px;
	text-align: center;
}
.footermenu a:visited, .footermenu a:link
{
	color:black;
	text-decoration:none;
}
.footermenu a:hover
{
	color:#452F26;
	text-decoration:none;
	font-weight:bold;
}
.sideborders
{
	border-right:1px black solid;
	border-left:1px black solid;
	background-color:white;
}
.topborder
{
	border-top:1px black solid;
}
.pgcss{
	color:#FFFFFF; 
	font-family: Tahoma;
	font-size: 9px;
	text-align:center;
}
.copyright
{
	padding-top: 15px;
	width: 994px;
	color:black;
	font-size: 11px;
	text-align: center;
}






/**	style used for MENU **/
.menu {
	height: 40px;
	display: block;
	direction: rtl;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li {
	/* width and height of the menu items */  
	float: right;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 40px;
}
.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 90px;
	height: 40px;
	font-family: "B Titr","Titr","Tahoma","Arial","Times New Roman";
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}
.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 90px;
}
.menu ul li a span.out {
	top: 0px;
}
.menu ul li a span.over, .menu ul li a span.bg {
	/* hide */  
	top: -40px;
}
/** 1st example **/
#menu {
	background-color:white;
}
#menu ul li a {
	color: #000;
}
#menu ul li a span.over {
	color: #FFF;
}
#menu ul li span.bg {
	/* height of the menu items */  
	height: 40px;
	background: url('bg_over.gif') center center no-repeat;
}

