#wpadminbar {
  border-bottom: #333 1px solid;
  background-color: #333 !important;
  background: -moz-linear-gradient(bottom,#333,#000) !important;
  background: -webkit-gradient(linear,left bottom,left top,from(#333),to(#000)) !important;
}

ul#wp-admin-bar-root-default li#wp-admin-bar-wp-logo .ab-item .ab-icon::before {
	content: none !important;	
}

#wpadminbar ul#wp-admin-bar-root-default li#wp-admin-bar-wp-logo .ab-item .ab-icon {
	width: 124px;
	margin: 2px 0 0 6px !important;
	background: url('../img/celgene-transparent.png') no-repeat !important;
	background-size: auto 28px !important;
}


#wpadminbar a:hover, 
#wpadminbar li.menupop.hover>:first-child,
#wpadminbar a.ab-item:hover:before,
#wpadminbar a:hover span.ab-icon:before,
#wpadminbar a:hover .blavatar:before,
#wpadminbar li.menupop.hover>:first-child .blavatar:before,
#wpadminbar li.menupop.hover>:first-child:before  {
	color: #7594f5 !important;	
}


