/* ------------ header ------------ */
.header {
	overflow: hidden;
}
.header:after {
	clear: both;
}
.header .logo {
	height: 40px;
	background-color: transparent;
}
.search {
	position: absolute;
	z-index: 99999;
	left: 50%;
	margin-left: 180px;
	padding: 1px;
}
.search td {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
.search input {
	background-color: #000;
	width: 80px;
	border: 1px solid #FFF;
	font-size: 11px;
	color: #FFF;
}
.search input[type=submit] {
	width: 20px;
	background-color: #000;
	border: 1px solid #FFF;
	font-size: 11px;
	color: #FFF;
}
.search a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.search a:hover {
	text-decoration: underline;
}
.header_menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	background: #000000 url(../images/menu_bg.png) top left repeat-x;
	height: 40px;
}
.header_menu ul {
	z-index: 1;
	list-style: none;
}
.header_menu ul.main {
	margin-left: -450px;
}
.header_menu li {
	position: relative;                                                        
	display: inline;
	line-height: 38px;
}

.header_menu li a:hover {
	background: #333333 top left;
}

.header_menu ul.main li a {
	display: inline-block;
	color: #FFFFFF;
/*	text-align: center; */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 17px;
}
.header_menu li ul {
	border: 1px solid #FFF;
	z-index: 1000;
	position: absolute;
	height: 40px;
	top: 25px;
	left: 0;
	list-style: none;
	display: none;
/*	background: #222222 top left; */
	background: #000000 url(../images/menu_bg.png) top left repeat-x
}
.header_menu li ul li a:hover {
	background: #444444 top left;
}
.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 */
