#example{
	height:17px;
	padding-top:5px;
	padding-left:30px;
	background: #fffbe8;
	float:left;
}
#example ul{
  float:left;
  padding: 0px; margin: 0px
}
#example ul li{
  display: inline;
}
#example ul li a{
  color: #414141;
	float:left;
	margin:0px;
	padding:0px;
	width:115px;
	height:17px;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	text-decoration:none;
	background:url(../images/home.jpg) no-repeat top left;
}
#example ul li a.current{
  color: #68281f;
	float:left;
	margin:0px;
	padding:0px;
	width:115px;
	height:17px;
	font-size:10px;
	line-height:16px;
	text-align:center;	
	text-decoration:none;	
	background:url(../images/home_hover.jpg) no-repeat top left;
}
/*
#example ul li a#home{
	float:left;
	margin:0px;
	padding:0px;
	width:102px;
	height:17px;
	background:url(../images/home.jpg) no-repeat top left;
}
#example ul li a#home.current{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/home_hover.jpg) no-repeat top left;
}

#example ul li a#findapro{
	float:left;
	margin:0px;
	padding:0px;
	width:102px;
	height:17px;
	background:url(../images/find.jpg) no-repeat top left;
}
#example ul li a#findapro.current{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/find_hover.jpg) no-repeat top left;
}
#example ul li a#locate_supplier{
	float:left;
	margin:0px;
	padding:0px;
	width:102px;
	height:17px;
	background:url(../images/locate_supplier.jpg) no-repeat top left;
}
#example ul li a#locate_supplier.current{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/locate_supplier_hover.jpg) no-repeat top left;
}
#example ul li a#solution_center{
	float:left;
	margin:0px;
	padding:0px;
	width:102px;
	height:17px;
	background:url(../images/solution.jpg) no-repeat top left;
}
#example ul li a#solution_center.current{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/solution_hover.jpg) no-repeat top left;
}
#example ul li a#design_center{
	float:left;
	margin:0px;
	padding:0px;
	width:102px;
	height:17px;
	background:url(../images/design_center.jpg) no-repeat top left;
}
#example ul li a#design_center.current{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/design_center_hover.jpg) no-repeat top left;
}
*/
.tabcontainer {
	color:#571e17;
	background:#e6d071;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:20px;
	width:858px;
}
.tabcontainer a{
	color:#571e17;
	text-decoration:none;
	font-size:10px;
	padding:0px 8px;
}
.tabcontainer a:hover{
	font-size:10px;	
	color:#571e17;
	padding:0px 8px;
	text-decoration:underline;
}