#nav{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;	
	width: 680px;
	height: 50px;
	position: relative;
	float: left;
}
#nav a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#nav a:hover {
	background-position: left bottom;
}
#nav .home {
	width: 90px;
	height: 50px;
	background:url('../_img/sprites/home.jpg') no-repeat;
	left: 0px;
	top: 0px;
}
#nav .about {
	width: 90px;
	height: 50px;
	background:url('../_img/sprites/about.jpg') no-repeat;
	left: 90px;
	top: 0px;
}
#nav .cast {
	width: 129px;
	height: 50px;
	background:url('../_img/sprites/cast.jpg') no-repeat;
	left: 180px;
	top: 0px;
}
#nav .media {
	width: 88px;
	height: 50px;
	background:url('../_img/sprites/media.jpg') no-repeat;
	left: 309px;
	top: 0px;
}
#nav .theaters {
	width: 134px;
	height: 50px;
	background:url('../_img/sprites/theaters.jpg') no-repeat;
	left: 407px;
	top: 0px;
}
#nav .journey {
	width: 149px;
	height: 50px;
	background:url('../_img/sprites/join.jpg') no-repeat;
	left: 541px;
	top: 0px;
}

/*----------------------
-------Social Menu----*/

#yfta{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;	
	width: 130px;
	height: 50px;
	position: relative;
	float: right;
}
#yfta a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#yfta a:hover {
	background-position: left bottom;
}
#yfta .yt {
	width: 28px;
	height: 50px;
	background:url('../_img/sprites/yt.jpg') no-repeat;
	left: 0px;
	top: 0px;
}
#yfta .f {
	width: 26px;
	height: 50px;
	background:url('../_img/sprites/fac.jpg') no-repeat;
	left: 28px;
	top: 0px;
}
#yfta .t {
	width: 26px;
	height: 50px;
	background:url('../_img/sprites/twister.jpg') no-repeat;
	left: 54px;
	top: 0px;
}
#yfta .add {
	width: 45px;
	height: 50px;
	background:url('../_img/sprites/add.jpg') no-repeat;
	left: 80px;
	top: 0px;
}