ul#menu {
		width:100%;
		/*height:120px;*/
		/*background:url(../images/follo-bg.png) repeat-x;*/
		list-style:none;
		margin:10px 0px;
		padding:0;
		padding-top:0px;
		padding-left:20%;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background: url(../images/social.png) no-repeat scroll top left;
		display:block;
		height:41px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.facebook {
		width:41px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.flickr {
		width:52px;
		background-position:-41px 0px;
	}
	
	
	ul#menu li a.twitter {
		width:48px;
		background-position:-93px 0px;
	}
	
	
	ul#menu li a.youtube {
		width:45px;
		background-position:-142px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background: url(../images/social.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.facebook span {
		background-position:0px -41px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.flickr span {
		background-position:-41px -41px;
	}
		
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.twitter span {
		background-position:-93px -41px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.youtube span {
		background-position:-142px -41px;
	}