/* left nav features */
div#workshop_feature h5 span,
div#casestudies_feature h5 span,
div#bpmguide_feature h5 span {
	display: none;
}
div#workshop_feature div a span,
div#casestudies_feature div a span,
div#bpmguide_feature div a span {
	display: none;
}
div#workshop_feature p,
div#casestudies_feature p,
div#bpmguide_feature p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}
div#workshop_feature,
div#casestudies_feature,
div#bpmguide_feature {	
	margin: 10px 0px 0px 8px;
	padding-top: 77px;
	padding-bottom: 10px;
}
div#workshop_feature {
	background: url(../images/leftnav/feature_img_workshop.jpg) top left no-repeat;
}
div#casestudies_feature {
	background: url(../images/leftnav/feature_img_casestudies.jpg) top left no-repeat;
}
div#bpmguide_feature {
	background: url(../images/leftnav/feature_img_bpmguide.jpg) top left no-repeat;
}
div#workshop_feature h5 {
	background: url(../images/leftnav/feature_title_workshop.gif) top left no-repeat;
	height: 13px;
	margin-bottom: 2px;
}
div#casestudies_feature h5 {
	background: url(../images/leftnav/feature_title_casestudies.gif) top left no-repeat;
	height: 13px;
	margin-bottom: 2px;
}
div#bpmguide_feature h5 {
	background: url(../images/leftnav/feature_title_bpmguide.gif) top left no-repeat;
	height: 15px;
	margin-bottom: 2px;
}
div#workshop_feature div a {
	background: url(../images/leftnav/feature_btn_workshop.gif) top left no-repeat;
	display: block;
	width: 91px;
	height: 13px;
}
div#casestudies_feature div a {
	background: url(../images/leftnav/feature_btn_casestudies.gif) top left no-repeat;
	display: block;
	width: 104px;
	height: 13px;
}
div#bpmguide_feature div a {
	background: url(../images/leftnav/feature_btn_bpmguide.gif) top left no-repeat;
	display: block;
	width: 144px;
	height: 13px;
}
