.ws_menu {width:1100px;height:40px;margin:0px auto 10px;}
.ws_menu ul{list-style-type:none;display:table;}
.ws_menu ul li{
	width:150px;
	height:35px;
	display:table-cell;
	margin-left:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
	float:left;
	border-radius:6px;
	border:2px solid #9acd32;
	background: rgba(29,161,14,0.5);
	box-shadow: 2px 2px 2px #666;
	text-shadow:-1px -1px #660033,1px -1px #660033,-1px 1px #660033,1px 1px #336600;
}
.ws_menu a{color:#fff;}
.ws_menu a:hover{color:#d8bfd8;}
.ws_menu a:visited{color:#fff;}


.ws_panelbox{width:1100px;margin:0px 17px 15px 10px;}
.ws_panelbox ul{list-style-type:none;/*display:table;*/}
.ws_panelbox ul li{
	width:170px;
	/*display:table-cell;*/
	float:left;
	margin:10px 5px 25px;
	text-align:center;
	/*background: rgba(102,0,51,0.5);*/	
}
