/*-------------------------------------------------------
	Stylesheet for Ultimate Site Logo 2
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Website:	svennerberg.com
	Created:	2008-11-16
	
	This file contains hacks for IE 6 and 7
*-------------------------------------------------------*/
/* Tweak to show the cursor as a hand in IE 6 and 7 */
#branding h1 span {
	cursor: hand; 
}

/* IE 6 Hacks to make the hover effect work properly  */
#branding h1 a:hover {
	border: none;
}
#branding h1 a {
	height: 125px;
}
