﻿
/* -- 选项卡one -- */
.tab_one {
	width:600px;
	height:270px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #e8ca96; 
}
#tab_one_menu {
	width:168px;
	float:right;
}
#tab_one_menu li {
	background:url(http://www.ey100.com/sh/Themes/Default/images/probg_2.jpg);
	height:20px;
	border-right:0;
	overflow:hidden;
	border-top:1px solid #e8ca96;
	font-size:12px; padding-top:16px;  
}
#tab_one_menu li.hover,
#tab_one_menu li.current { background:url(http://www.ey100.com/sh/Themes/Default/images/probg_1.jpg); color:#c00; font-weight:700; font-size:12px; }

#tab_one_box { width:440; height:269px; float:left; overflow:hidden; }
#tab_one_box div { width:100%; height:100%; display:block; overflow:hidden; }
#tab_one_box h3 { line-height:140%; }

