/* ------------ header ------------ */
.header {
	background: #425284 url(../images/header_bg.png) top repeat-x;
	overflow: hidden;
}
.header:after {
	clear: both;
}
.header .logo {
	background: #425284 url(../images/logo.png) top left no-repeat;
	height: 110px;
	width: 960px;
/*	float: left; */
/*	margin: 0 0 0 20px; */
}

.search {
	float: right;
	height: 34px;
	width: 270px;
	padding: 1px;
}
.search input, .search submit {
	height: 30px;
}

.header_menu {
	border-top: solid 1px #F425284;
	border-bottom: solid 1px #425284;
	text-align: left;
	background: #425284 url(../images/menu_bg.png) top left repeat-x;
	height: 34px;
}
.header_menu ul {
	z-index: 1;
	list-style: none;
}

.header_menu li {
	position: relative;                                                        
	display: inline;
}

.header_menu li a:hover {
	background: #FF8D00 url(../images/menu_bg_hover.png) top left repeat-x;
}

.header_menu ul.main li a {
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 8px 6px;
}
.header_menu li ul {
	z-index: 1000;
	position: absolute;
	height: 34px;
	top: 23px;
	left: 10px;
	list-style: none;
	display: none;
	border: solid 1px #FF8D00;
	background: #FFAC45 url(../images/menu_bg_hover.png) top left repeat-x;
}
.header_menu li ul li a:hover {
	background: #FF8D00 url(../images/menu_bg.png) top left repeat-x;
}
.header_menu li:hover ul {
	display: block;
}

.header_menu li:hover ul, .header_menu li.over ul { 
	display: block; 
      }
/* Fix IE. Hide from IE Mac \*/
* html .heade_menu ul li { float: left; height: 1%; }
* html .heade_menu ul li a { height: 1%; }
/* End */