.tabs {
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:normal;
	overflow: hidden;
	vertical-align:bottom;
	height:28px;	
}

.tabs ul{
	float:left;
	list-style-type: none;
	margin:0;
	margin-left: 3px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

.tabs li{
	display:inline;
	margin:0;
	padding:0;
}

.tabs a{
	float:left;
	background:url(../img/search_top_menu_left.jpg) no-repeat left top;
	margin:0;
	margin-right: 2px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

.tabs a span{
	float:left;
	display:block;
	background:url(../img/search_top_menu_right.jpg) no-repeat right top;
	padding: 5px 8px 8px 0px;
	font-weight:normal;
	color:#666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {
	float:none;
}
/* End IE5-Mac hack */

.tabs a:hover span {
	color: white;
}

.tabs .current_tab a{ /*Selected Tab style*/
	background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
	color: #606060;
}

.tabs .current_tab a span{ /*Selected Tab style*/
	background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
	color: #666666;
}

.tabs a:hover{ /*onMouseover style*/
	background-position:0% -28px; /*Shift background image up to start of 2nd tab image*/
	color: #606060;
}

.tabs a:hover span{ /*onMouseover style*/
	background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
	color: #606060;
}
.tab_area {
	width:410px; 
	float: left; 
	overflow:hidden; 
	border: 1px solid #cccccc; 
	padding:20px;
}
