	
	/* BEGIN CSS */
	.shortcut { background:url(images/bg_shortcut.png) 0 0 no-repeat; width:900px; height:96px;; margin:0px;}
	.shortcut ul { padding:12px 12px 0px 12px}
	.shortcut ul li { display:block; float:left;}
	.mailing_list { display:block; float:left; background:url(images/bg_mailinglist.png) no-repeat; padding-left:10px; width:200px; height:70px;}

/*	
	* {margin:0;padding:0;list-style:none;}
*/
	
	.fadeThis * {
	  display: none;
	}
	
	
	#friends.fadeThis {
		position:relative;
		display:block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_friends_v2.png) 0 0 no-repeat;
	}
	
	#friends.fadeThis span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_friends_v2.png) 0 -70px no-repeat;
	}
	
	#welcome.fadeThis {
		position:relative;
		display:block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_welcome_v2.png) 0 0 no-repeat;
	}
	#welcome.fadeThis span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_welcome_v2.png) 0 -70px no-repeat;
	} 
	
	#where.fadeThis {
		position:relative;
		display:block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_where_v3.png) 0 0 no-repeat;
	} 
	#where.fadeThis span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 218px;
		background:url(images/shortcut_where_v3.png) 0 -70px no-repeat;
	}  

