/*=========¶¥²¿²Ëµ¥===========*/


div#topmenusj{
    background-color: #fff;
	list-style:none;
	margin:0;
	padding:0;
}
#topmenusj li{
 border-radius: 0;
    display: table-cell;
    margin: 0;
    padding: 0;
	height: 38px;
	float:left;
	width:25%;
	position: relative;
    vertical-align: middle;
}

#topmenusj  li a {
    border-right: 1px solid #ddd;
    display: block;
    font-size:12px;
	line-height:38px;
	font-weight:bold;
    text-align: center;
	 color: #323232;
    text-decoration: none;
	
}

