li#wp-admin-bar-current-environment {
	text-shadow: 0 -1px 0 #666666 !important;
}

li#wp-admin-bar-current-environment.development {
	background-color:#824040 !important;
}

li#wp-admin-bar-current-environment.development:hover div.ab-item {
	background-color:#824040 !important;
	background-image:none !important;
	color:#CCCCCC;
}

li#wp-admin-bar-current-environment.development.hover div.ab-item {
	background-color:#ffffff !important;	
}

li#wp-admin-bar-current-environment.staging {
	background-color:#897C42 !important;
}

li#wp-admin-bar-current-environment.staging:hover div.ab-item {
	background-color:#897C42 !important;
	background-image:none !important;
	color:#CCCCCC;
}

li#wp-admin-bar-current-environment.staging.hover div.ab-item {
	background-color:#ffffff !important;	
}

li#wp-admin-bar-current-environment.www {
	background-color:#498C44 !important;
}

li#wp-admin-bar-current-environment.www:hover div.ab-item {
	background-color:#498C44 !important;
	background-image:none !important;
	color:#CCCCCC;
}

li#wp-admin-bar-current-environment.www.hover div.ab-item {
	background-color:#ffffff !important;	
}