#team {
	margin: 10px 0px;
	}

#team dd, #team dt {
	margin: 0;
	padding: 0;
	}

#team dt {
	color: #000;
	padding: 9px 30px 9px 15px;
	cursor: pointer;
	margin: 10px 0;
	text-decoration: none;
	background:url(images/team_header_on.gif) right no-repeat;
	}

* html #team dt {
	height: 1px;
	}

html #team dt:hover, html #team dt.hover {
	background:#eee url(images/team_header_roll.gif) right no-repeat;
	color: #000;
	}

#team dt span {
	font-weight: bold;
	width: 100px;
	float: left;
  	text-decoration: none;
	}

* html #team dt {
	height: 1px;
	}

#team dt.open {
	margin-bottom: 0;
	background:#eee url(images/team_header_up.gif) right no-repeat;
	}

html #team dt.open:hover, html #team dt.open.hover {
	background:#eee url(images/team_header_up.gif) right no-repeat;
	color: #000;
	cursor: pointer;
	}

#team dd {
	display: none;
	padding: 10px 30px 20px 15px;
	margin: 0px 0 10px 0;
	color: #666;
	background: #e6e6e6;
	border-top: none;
	}
	
#team dd img{
	float:left;
	border:#444 solid 5px;
	height:100px;
	width:100px;
	margin:0 15px 5px 0;
	}
	
#team dd a {
	margin: 0;
	padding: 0;
	}
	
#team dd a:hover {
	margin: 0;
	padding: 0;
	}