.top_menu-topline{
	width:100%;
	height:1px;
	margin-top:15px;
}

table.top_menu{
	width:100%;
	height:31px;
	float:left;
	margin:0;
	padding:3px 15px 0 15px;
	background:url('img/top_menu_gradient_bg.jpg') 0 0 repeat-x;
	border-bottom:2px solid #FDCB00;
}
table.top_menu a{
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	padding:7px 10px 10px 10px;
}
table.top_menu a:hover,
table.top_menu a.selected{
	background-color:#FDCB00;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0; 
	-khtml-border-radius:6px 6px 0 0;
}
table.top_menu td.border{
	width:11px;
	height:30px;
	background:url('img/top_menu_right_border.jpg') 5px 5px no-repeat;
	
}

/* feedback */
.feedback_in_head{
	position:relative;
	z-index:10;
}
.dropp_feedback{
	position:absolute;
	right:0;
	width:234px;
	height:95px;
	background:url('img/feed_back_in_head.png') 0 0 no-repeat;
}
.dropp_feedback-btn{
	position:absolute;
	bottom:7px;
	right:10px;
}