

/* @group Team Nav */

#main ul.team_list{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
ul.team_list a{
	text-decoration: none;
	display: block;
}
ul.team_list a small{
	padding-left: 75px;
}
ul.team_list li{
	padding: 1em 0;
	border-bottom: 1px solid #CCC;
}
ul.team_list .engineers small{
	background: url(images/company/team/engineering_gears.jpg) 0 center no-repeat;
}
ul.team_list .designers small{
	background: url(images/company/team/design_pen.jpg) 0 center no-repeat;
}
ul.team_list .qa small{
	background: url(images/company/team/qa_ribbon.jpg) 0 center no-repeat;
}
ul.team_list .sales small{
	background: url(images/company/team/sales_graph.jpg) 0 center no-repeat;
}
ul.team_list .security small{
	background: url(images/company/team/security_safe.jpg) 0 center no-repeat;
}
ul.team_list .founders small{
	background: url(images/company/team/founders_pebble.jpg) 0 center no-repeat;
}

ul.team_list li.current{
	background:url(images/company/team/team_current_bg.jpg) 0 bottom no-repeat;
	position:relative;
	left: -28px;
	border: none;
	width: 192px;
	padding: 5px 15px 20px 15px;
	border-top: 1px solid #CCC;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-right: -28px;
}
ul.team_list li.current a strong,
ul.team_list li.current a small{
	color: white;
}
ul.team_list li.current a small{
	background: none !important;
	padding-left: 0;
}

/* @end */