 	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu_social {
		background-image:url(../images/menu_social.png);
		width:121px;
		height:65px;
		list-style:none;
		margin:0 0 0 20px;
		z-index:10;
	
		
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu_social li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu_social li a {
		background-image:url(../images/menu_social.png);
		background-repeat:no-repeat;
		display:block;
		height:65px;
		position:relative;	
	}
	
	/* Specify width and background position attributes specifically for the class: "facebook" */
	
	
	
	/* Specify width and background position attributes specifically for the class: "twitter" */
	
		
		
	
	
	/* Span (on hover) - common attributes */
	ul#menu_social li a span {
		background-image:url(../images/menu_social.png);
		display:block;
		position:absolute;
		top:0;
		left:0px;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu_social li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "facebook" */
	
	ul#menu_social li a.trip { width:60px;}
	ul#menu_social li a.trip span {background-position:0 -65px;}
	ul#menu_social li a.trip:active span{background-position:0px 0;}
	
	/* Shift background position on hover for the class: "twitter" */
	ul#menu_social li a.facebook {width:60px; background-position:-60px 0px; }
	ul#menu_social li a.facebook span {background-position:-60px -65px;}
	ul#menu_social li a.facebook:active span{background-position:-60px 0;}
	

	

	
		
	