/***
	Search Dropdown
***/
#search_select {
	position: relative;
	margin: 0px 0 0 0px;
	padding: 0 !important;
	background: #3D3D3D url(../images/design/searchbar_gradient.png);
	height: 30px;
  border: 0px #aaa solid;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#search_select_action {
	display: block;
	height:19px;
	padding:13px 14px 3px 8px;
	background: url(../images/arrow_lg.gif) no-repeat 95% 46%;
	border: 0px solid #bcbcbc;
	border-bottom: 0;
	color: white;
	width:136px;
	text-decoration: none;
}

#all_sections_li {
}
#search_select ul {
	display: none;
	z-index: 1000;
	position: absolute;
	*position: static;
	_position: absolute;
	padding: 0 1px 1px 1px;
	background: #fff;
	border: 1px solid #999;
	border-top: 0;
  right: -8px;
  top: 38px;
}
#search_select li {
	float: none !important;
	margin: 0 !important;
}
#search_select li:hover {
	background-color: #00aeef;
}
#search_select li a {
	display: block;
	background-color: #fff;
	color: #666;
	padding: 10px !important;
	white-space:nowrap;
}

#search_select li:hover,
#search_select li a:hover {
	color: #fff;
}

#search_select li a#all_sections:hover {
	background-color: #666;
}
.searchZoneHover {
	color:#00AEEF;
}
.search_select_ul,
.search_select_ul ul {
	width: 160px;
	float: left;
	list-style-type: none;
}
#headerSearchBar { float: left; height: 26px; padding: 0 !important; }

#header_search_form .searchBar {
	width:190px;
}

#header_search_form ul li ul {
	width: auto;
}

.new_header_searchbtn {
	width: 30px;
	height: 30px;
	border-width: 0;
	cursor: pointer;
}