﻿/*-------------menu---------------*/
#nav {
	font-family:arial,verdana,sans-serif;
	height:27px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:relative;
	z-index:500;
}
#nav li.top 
{
	display:block;
	float:left;
}
#nav li a.top_link 
{
	/*background:url("imgs/blanka.gif") repeat scroll 0 0 transparent;*/
	background-color:Transparent;
	border:0 solid #FFFFFF;
	color:#EAD77B;
	cursor:pointer;
	display:block;
	float:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding:0;
	text-decoration:none;
}
#nav li a.top_link span.down 
{
	/*background:url("imgs/blanka.gif") no-repeat scroll right top transparent;*/
	display:block;
	float:left;
	height:27px;
	padding:0 15px 0;
}
#nav ul, #nav li:hover ul ul, 
#nav li:hover ul li:hover ul ul, 
#nav li:hover ul li:hover ul li:hover ul ul, 
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	height:0;
	left:-9999px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
	text-align:left;
	top:-9999px;
	width:0;
}

#nav li a.top_link:hover {
	/*background:url("imgs/blank_over.gif") no-repeat scroll 0 0 transparent;*/
	background:none repeat scroll 0 0 #45494D;
	color:#343472;
	background-color:Black;
}
#nav li a.top_link:hover span {
	/*background:url("imgs/blank_over.gif") no-repeat scroll right top transparent;*/
	background:none repeat scroll 0 0 #45494D;
	
}
#nav li a.top_link:hover span.down {
	/*background:url("imgs/blank_overa.gif") no-repeat scroll right top transparent;*/
	background:none repeat scroll 0 0 #45494D;
}
#nav li:hover > a.top_link {
	/*background:url("imgs/blank_over.gif") no-repeat scroll 0 0 transparent;*/
	background:none repeat scroll 0 0 #45494D;
	color:#343472;
}
#nav li:hover > a.top_link span {
	/*background:url("imgs/blank_over.gif") no-repeat scroll right top transparent;*/
	background:none repeat scroll 0 0 #45494D;
}
#nav li:hover > a.top_link span.down {
	background:url("imgs/menu_li_over.gif") no-repeat scroll right top transparent;
	/*background:none repeat scroll 0 0 red;*/
}
#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	background:none repeat scroll 0 0 #45494D;
	border:0 solid #3A93D2;
	height:auto;
	left:0;
	padding:0;
	top:27px;
	white-space:nowrap;
	width:210px;
	z-index:300;
}
#nav li:hover ul.sub li {
	border-bottom:1px solid #ebe1b6;
	clear:both;
	display:block;
	float:left;
	font-weight:normal;
	height:25px;
	position:relative;
	width:210px;
}
#nav li:hover ul.sub li a {
	color:#343472;
	display:block;
	font-size:11px;
	height:25px;
	line-height:25px;
	padding-left:15px;
	text-decoration:none;
	text-indent:5px;
	width:195px;
}
#nav ul, #nav li:hover ul ul, 
#nav li:hover ul li:hover ul ul, 
#nav li:hover ul li:hover ul li:hover ul ul, 
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	height:0;
	left:-9999px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
	text-align:left;
	top:-9999px;
	width:0;
}
#nav li:hover ul.sub {
	background:none repeat scroll 0 0 #ffeea0;
	border:0 solid #3A93D2;
	height:auto;
	left:0;
	padding:0;
	top:27px;
	white-space:nowrap;
	width:210px;
	z-index:300;
}
#nav li:hover ul.sub li a:hover 
{
	background:#c8c09b; 
	color:#ffffff;
}
/*-------------en---------------*/

.header_left
{
	float:left;
	width:170px;
	height:100px;	
}
.header_item
{
	width:810px;
	height:100px;
	float:left;
}
.header_item .item_ht
{
	float:left;
	height:73px;
	width:810px;
}
.header_item .item_ht .status
{
	float:left;
	height:35px;
	width:810px;	
}
.header_item .item_ht .status table
{
	position:relative;
	top:6px;
}
.header_item .item_ht .status table td a,
.header_item .item_ht .status table td
{
	color:White!important;
}
.header_item .item_ht .status div,
.header_item .item_ht .search div
{
	float:right;
	padding-right:12px;
	height:30px;
}
.header_item .item_ht .search
{
	float:left;
	height:38px;
	width:810px;	
}
.header_item .item_mn {
	float:right;
	height:27px;
	padding-right:8px;
	width:auto;
}
