﻿#expmenu-freebie{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	}
ul.expmenu {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: "微软雅黑", "宋体", tahoma, Arial;
	font-size: 14px;
	text-decoration: none;
}
	ul.expmenu > li > div.header {
	border-bottom: 1px #ddd solid;
	margin: 0px;
	line-height: 44px;
	height: 44px;
	padding: 0px;
}
	ul.expmenu > li:last-child > div.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
	ul.menu{
	text-shadow: 0px 1px 0px rgba(221, 221, 221, 0.8);
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
	ul.expmenu > li ul li {
	color: #666666;
	text-shadow: 0px 1px 0px rgba(221, 221, 221, 0.8);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #dddddd;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-decoration: none;
	line-height: 40px;
	display: block;
	height: 40px;
}
	ul.expmenu > li ul li a {
	color: #666;
	text-decoration: none;
	display: block;
}
	ul.expmenu > li ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
	ul.expmenu > li ul li.selected { background-color: #fff; 
	}
	ul.expmenu div.header
	{
	color: #666;
	text-shadow: 0px 1px 0px rgba(221, 221, 221, 0.2);
	background: #fff; /* Old browsers */
	font-weight: bold;
	text-decoration: none;
	}
	ul.expmenu div.header a
	{
	color: #666;
	text-shadow: 0px 1px 0px rgba(221, 221, 221, 0.2);
	background: #fff; /* Old browsers */
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
	ul.expmenu div.header a:hover
	{
	color: #cc0000;
	text-shadow: 0px 1px 0px rgba(221, 221, 221, 0.2);
	background: #fff; /* Old browsers */
	font-weight: bold;
	text-decoration: none;
	}
	ul.expmenu > li > div.header > .label {
	padding-left: 24px;
}
	ul.expmenu > li > div.header > .arrow {
	width: 16px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: block;
}
	ul.expmenu > li > div.header > .arrow.up { background-image: url(../images/expanded.gif); }
	ul.expmenu > li > div.header > .arrow.down {background-image: url(../images/collapsed.gif); }

		/* Mouse Events */
		ul.expmenu div.header:hover
		{
	color: #cc0000;
	cursor: pointer;
	text-decoration: none;
}

		ul.expmenu > li ul li:not(.selected):hover
		{
			background: #efefef; /* Old browsers */

			cursor: pointer;
		}
		ul.expmenu > li ul li:not(.selected):active
		{
			background: #ffffff; /* Old browsers */

			cursor: pointer;
		}
 /* tab */		
.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}
.unstyledList, .tabBlock-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background-color: #fafafa;
	font-family: "微软雅黑", "宋体", tahoma, Arial;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}
.tabBlock {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabBlock-tab {
	background-color:#fafafa;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.tabBlock-tab:last-of-type {

}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #b5a8c5;
  left: -2px;
  right: -2px;
  top: 0px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom:0px;
  left: 0;
  right: 0;
}
  .tabBlock-tab {
	padding-left: 30px;
	padding-right: 30px;
  }
.tabBlock-tab.is-active {
	position: relative;
	color: #333;
	z-index: 1;
	font-weight: bold;
	background-color: #f0f0f0;
}
.tabBlock-tab.is-active::before {
  background-color: #975997;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}

.tabBlock-content {
	background-color: white;
	float: left;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
}
.tabBlock-pane > :last-child {
	float: left;
}
 /* tab */	
