Index: bp-core/bp-core-adminbar.php
===================================================================
--- bp-core/bp-core-adminbar.php	(revision 1528)
+++ bp-core/bp-core-adminbar.php	(working copy)
@@ -26,7 +26,7 @@
 function bp_adminbar_logo() {
 	global $bp;
 	
-	echo '<a href="' . $bp->root_domain . '"><img id="admin-bar-logo" src="' . apply_filters( 'bp_admin_bar_logo_src', BP_PLUGIN_URL . '/bp-core/images/admin_bar_logo.gif' ) . '" alt="' . apply_filters( 'bp_admin_bar_logo_alt_text', __( 'BuddyPress', 'buddypress' ) ) . '" /></a>';
+	echo '<a href="' . $bp->root_domain . '" class="admin-bar-lk-logo"><img id="admin-bar-logo" src="' . apply_filters( 'bp_admin_bar_logo_src', BP_PLUGIN_URL . '/bp-core/images/admin_bar_logo.gif' ) . '" alt="' . apply_filters( 'bp_admin_bar_logo_alt_text', __( 'BuddyPress', 'buddypress' ) ) . '" /></a>';
 }
 
 // **** "Log In" and "Sign Up" links (Visible when not logged in) ********
@@ -278,4 +278,4 @@
 add_action( 'wp_footer', 'bp_core_admin_bar', 8 );
 add_action( 'admin_footer', 'bp_core_admin_bar' );
 
-?>
\ No newline at end of file
+?>
Index: bp-core/css/admin-bar.css
===================================================================
--- bp-core/css/admin-bar.css	(revision 1528)
+++ bp-core/css/admin-bar.css	(working copy)
@@ -16,7 +16,7 @@
 
 #wp-admin-bar * { z-index: 999 !important; }
 
-#wp-admin-bar img#admin-bar-logo {
+#wp-admin-bar a.admin-bar-lk-logo {
 	position: absolute !important;
 	top: 8px;
 	left: 10px;
@@ -63,6 +63,7 @@
 
 #wp-admin-bar ul {
 	margin-left: 80px !important;
+
 }
 
 #wp-admin-bar ul li { /* all list items */
@@ -231,4 +232,4 @@
 	-khtml-border-radius: 2px !important;
 	-webkit-border-radius: 2px !important;
 	margin-left: 2px !important;
-} 
\ No newline at end of file
+} 
