/*样式*/
.lft_man{
	width:720px;
	float:left;}
.lft_bod {
	float:left;
	width:100%;}

.lft_bod .n{
	width:105px;
	float:left;
	margin-right:2px;
	color:#292929; /*常态色*/
	display:block;
	font-weight:bold;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:url("img/li.gif") 0 0 repeat-x;
}
.lft_bod .n:hover{
	color:#fff; /*常态色*/
	background:#0c6bcc;}
.lft_bod .d{
	width:105px;
	float:left;
	margin-right:2px;
	color:#fff; /*常态色*/
	display:block;
	font-weight:bold;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#0c6bcc;}