#top {
	height: 30px;
	position: relative;
}

.top_menu {
	height: 30px; width: 656px;
	margin-left: 20px;
	float: left;
}

.top_menu ul {
	margin: 0;
	padding: 0;
}

.top_menu ul li {
	display: block;
	float: left;
	margin: 0;
}

.top_menu a {
	display: block;
	float: left;
	width: 59px; height: 30px;
	color: #fff;
	font: bold 8pt Tahoma;
	text-align: center;
	line-height: 22pt;
	outline: none;
}

.top_menu a.active {
	background: url(menu_top.jpg);
	color: #000;
}

.top_menu ul ul {
	display: none;
	position: absolute;
	width: 80px;
/*	padding: 3px;*/
	list-style: none;
	z-index: 9999;
}

.top_menu ul ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

.top_menu ul ul li a {
	height: 14px; width: 95%;
	color: #000;
	display: inline;
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	line-height: normal;
	padding: 1px 0 1px 4px;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.top_menu ul ul li a:hover {
	background: #f5f5f5;
	text-indent: 3px;
}

#search {
	width: 134px;
/*	float: left;
	margin-top: 5px; absolute z powodu ff*/
	position: absolute;
	right: 0;
	top: 5px;
}

	.search_q {
		width: 106px;
		height: 16px;
		margin: 0;
		border: 0;
		font-size: 9pt;
		color: #a5a5a5;
		text-align: center;
		float: left;
	}
	
	.search_q2 {
		color: #000;
		text-align: left;
	}
	
	#search_b {
		margin-left: 8px;
	}

#header {
	width: 870px; height: 114px;
	background: url(header.jpg?1);
}

	#user_menu {
		width: 200px;
		float: right;
		color: #fff;
		margin: 24px 35px 0 0;
		padding-bottom: 2px;
		text-align: right;
		font-size: 7.5pt;
	}
	
	#user_menu span {
		font-size: 10pt; 
		font-weight: bold;
	}
	
	#user_menu span a {
		font-size: 10pt; 
		font-weight: bold	
	}
		
	#user_menu a {
		color: #fff;
		font-size: 7.5pt;
	}
	
	#user_menu a:hover {
		border-bottom: 1px dotted #fff;
	}

