BODY {

margin: 0px;
}

#zyzoomtable {
	background-color: #FFFFFF;
	border: 1px solid;
    border-color: #B5C6CE;
	color: #0A3959;
	padding: 1px;
	text-align: center;
}
.zyzoomtitle {
	background-color: #147D85;
	background-image: url('image/title.gif');
    color: #ffffff;
font-family:'Microsoft Sans Serif',arial, verdana, sans-serif;
font-size:8pt;
	padding: 4px;
	text-align: center;
}

.zyzoomcontent {
	background-color: #F3F9FF;
    border-top: 1px solid #B5C6CE;
	color: #0A3959;
	padding: 2px;
    text-align: justify;
    direction: rtl;
}
#center1 {
	background-color: #F3F9FF;
    border-top: 1px solid #B5C6CE;
	padding: 4px;
	text-align: center;
}
#center2 {
	background-color: #EBF1FA;
    border-top: 1px solid #B5C6CE;
	padding: 4px;
	text-align: center;
}
.Navbar {
height:30px;
width:955px;
background:url(image/navbar.gif);
position:relative;
font-family:'Microsoft Sans Serif',arial, verdana, sans-serif;
font-size:8pt;
z-index:100;
}
.Navbar .select {
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
}
.Navbar li {
float:right;
background:url(image/navbarActive.gif);
}
.Navbar .select a {
display:block;
height:30px;
float:left;
background: url(image/navbar.gif);
padding:0 0 0 15px;
text-decoration:none;
line-height:28px;
white-space:nowrap;
color:#D3E2E9;
}
.Navbar .select a b {
display:block;
padding:0 25px 0 15px;
background:url(image/navbar.gif) right top;
}
.Navbar .select li.line a b {
background:url(black_0a.gif) right top;
}
.Navbar .select a:hover,
.Navbar .select li:hover a {
background: url(image/navbarActive.gif);
padding:0 0 0 15px;
cursor:pointer;
color:#fff;
}
.Navbar .select a:hover b,
.Navbar .select li:hover a b {
display:block;
float:left;
padding:0 25px 0 15px;
background:url(image/navbarActive.gif) right top;
cursor:pointer;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
width: 150px;
		border-bottom: 0px solid #B5C6CE;
}

#menu ul li {
	position: relative;
	direction: rtl;
}

#menu li ul {
	position: absolute;
	left: -150px; /*Set 1px less than menu width */
		top: 0;
	display: block;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover>ul {
	visibility:visible;
}

#menu ul ul {
	visibility:hidden;
}

* html #menu ul li { float: right; height: 1%; }
* html #menu ul li a { height: 1%; }

#menu ul, li {
	margin: 0 0 0 0;
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #12639A;
font-family:'Microsoft Sans Serif',arial, verdana, sans-serif;
font-size:8pt;
	background: #0F7B84 url('image/menuback.gif') repeat; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1 soild #0A7983;

}

/* Hover Styles */
#menu ul a:hover {
	color: #12639A;
font-family:'Microsoft Sans Serif',arial, verdana, sans-serif;
font-size:8pt;
	background: #0A7983;  /* IE6 Bug */
cursor:pointer;
color:#fff;
}

a:link
{
	color: #0A7983;
	text-decoration: none;
}
a:visited
{
	color: #0A7983;
	text-decoration: none;
}
a:hover, a:active
{
	color: #ff0000;
	text-decoration: underline;
}