/* ==全局样式定义== */
.mult_menu_s{
    background-image:url(/Skin/GW01/images/tab_menu_1_en.gif);
	height:22px;
	width:180px;
	font-size:14px;
	padding-top:4px;
	padding-left:5px;
	text-align:center;
	font-weight:bold;
	float:left;
	cursor:pointer;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
    word-wrap: break-word;
    word-break: keep-all;
}
