


/**tabs活页**/

#menu{width:100%;
 height:36px; 
 font-family: "微软雅黑";
font-size: 14px;
line-height:36px;}
.selected{	background:#fff;
	color: #0099FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5aad6d;}
#menu #nav {display:block;width:100%;padding:0;margin:0;list-style:none;}
#menu #nav li {
	float:left;
	width:50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dee4e9;
}
#menu #nav li a {display:block;line-height:32px;text-decoration:none;padding:0 0 0 5px; text-align:center; color:#333; border-radius: 4px 4px 0px 0px;}
#menu_con{ width:100%; }
.tag{ padding:10px;  min-height:36px;}