#menu_bar {
	position:absolute;
	z-index:5;
	top:40px;
	left:15px;
	width:300px;
	height:25px;
}

.menu_bar_tab {
	position:relative;
	float:left;
	width:100px;
	height:100%;
	background:#FFF;
	border:1px solid #dadde6;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	cursor:pointer;
}

.menu_bar_link {
	position:relative;
	float:left;
	width:100px;
	height:100%;
	font-size:18px;
	font-family:"Arial";
	color:#006;
	margin-top:4px;
	text-align:center;
}

#search_btn
{
	position:relative;
	float:left;
	margin-top:10px;
	width:60px;
	height:22px;
	background:#f54400;
	color:#FFF;
	border-radius:8px;
	margin-left:2%;
	box-shadow:2px 2px 2px #999;
}

#search_btn:hover
{
	color:#333;
}

#search_btn_txt
{
	position:relative;
	float:left;
	font-family:Arial;
	font-size:16px;
	width:6%;
	height:22px;
	margin-left:5px;
	margin-top:2px;
}

#search_icon
{
	position:relative;
	float:left;
	width:32px;
	height:20px;
	margin-top:4px;
	margin-left:10px;
	background:url(../images/search_icon.png) no-repeat;
}

.search_field
{
	position:relative;
	float:left;
	height:16px;
	font-size:14px;
	font-family:Arial;
	color:fff;
	margin-top:10px;
	margin-left:5px;
}

.search_txt
{
	position:relative;
	float:left;
	width:auto;
	height:16px;
	font-size:14px;
	font-family:Arial;
	color:fff;
	margin-top:12px;
}

.search_select_attr
{
	position:relative;
	float:left;
	width:8%;
	height:22px;
	font-size:14px;
	font-family:Arial;
	color:fff;
	margin-top:10px;
	margin-left:1%;
}

