@charset "utf-8";
/* About CSS Document */

#left_panel{
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: thin;
}
#right_panel{
	float: right;
	width: 550px;
	text-align: center;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top:-16px;
}
#left_panel a{
	width: 140px;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #ebebeb;
	color: #009900;
	margin-bottom: 1px;
	font-size: 11px;
}
#left_panel a:hover{
	background-image: url(../images/about/whole.jpg);
	background-x-position: center;
	background-y-position: center;
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	line-height: 2;
	font-weight: bold;
}
.members li{
	display:inline;
}
.members li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/about/members.jpg);
	background-x-position: center;
	background-y-position: center;
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	line-height:3;
	margin-left:15px;
	margin-bottom:15px;
	position:relative;
}
.members li a:hover{
	color: #000000;
}
.members a span{
	display:none;
}
.members a:hover span{
	z-index:1;
	display:block; 
	position:absolute; 
	padding:0px 5px; 
	width:auto;
	background-color:#fff; 
	color:#000; 
	border:1px solid #234;
	width:150px;
}