#search {
	width: 461px;
	padding: 5px;
	background-color: #e2e2e2;
	border-bottom:3px double #ccc;
}

#search .searchBoxHeader {
	font-family:verdana;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
	margin-left:10px;
}

/* Style sheet for homepage search box */

#searchTabs {
	/*float: left;
	clear: both;*/
	width: 461px;
	margin-left: 0px;
	font-size: 95%;
}

#searchTabs ul {
	margin: 0;
	padding:10px 0px 0px 0px;
	list-style: none;
}

#searchTabs li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	background-image: url("/templates/landing/library/new2009/search_tool/tab-left.gif"); 
	background-repeat: no-repeat;
	background-position: left top;
}

#searchTabs a {
	float: left;
	display: block;
	padding: 5px 12px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-bottom:none;
	background-image: url("/templates/landing/library/new2009/search_tool/tab-right.gif"); 
	background-repeat: no-repeat;
	background-position: right top;
}

#searchTabs li:hover {
	background-image: url("/templates/landing/library/new2009/search_tool/tab-left.gif"); 
	color: #fff !important;
	text-decoration: none;
	background-position:0% -113px;
	border-bottom:none;
}

#searchTabs a:hover {
	background-image: url("/templates/landing/library/new2009/search_tool/tab-right.gif"); 
	color: #fff !important;
	text-decoration: none;
	background-position:100% -113px;
	border-bottom:none;
}

#searchTabs .currentSearchTab { 
	background-image: url("/templates/landing/library/new2009/search_tool/tab-left.gif"); 
	background-position:0% -113px;
}

#searchTabs .currentSearchTab a {
	background-image: url("/templates/landing/library/new2009/search_tool/tab-right.gif"); 
	color: #fff;
	padding-bottom: 5px;
	background-position:100% -113px;
}

#searchBox {
	/*min-height: 11em;*/
	height:120px;
	background-color: #f5f2ed;
	border: 1px solid #b2b2b2;
	margin-top: 23px;
	padding: 15px 10px 5px 10px;
	font-weight: bold;
}

#wescat {
		margin-right: 50px;
}

div#searchTabs a span {display: none;}

div#searchTabs a:hover span {
display: block;
position: absolute;
margin-top: -80px;
width: 225px;
color: #000;
background-color: lightyellow;
border: 1px dashed gray;
padding: 5px;
clear:both;
}
