@charset "utf-8";

/* THE SKY BELOW MENU */

/* MENU */

#skybelowMenuTopSpacing {
	margin: 0px auto;
	width: 100%;
	height: 13px;
	background-color: #FFFFFF;
}
#skybelowMenuWrapper {
	margin: 0px auto;
	width: 1000px;
	height: 30px;
	background-image: url(../images/theskybelow_menunormal.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#skybelowMenuBottomSpacing {
	margin: 0px auto;
	width: 100%;
	height: 17px;
	background-color: #FFFFFF;
}

/* MENU LINKS */

#home {
	width: 61px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 0px;
}
#fieldnotes {
	width: 108px;
	height: 30px;
	position: relative;
	left: 61px;
	top: -30px;
}
#filmclips {
	width: 94px;
	height: 30px;
	position: relative;
	left: 169px;
	top: -60px;
}
#reactionsacclaim {
	width: 168px;
	height: 30px;
	position: relative;
	left: 263px;
	top: -90px;
}
#buydvd {
	width: 91px;
	height: 30px;
	position: relative;
	left: 431px;
	top: -120px;
}
#news {
	width: 63px;
	height: 30px;
	position: relative;
	left: 522px;
	top: -150px;
}
#invitesarahcontact {
	width: 186px;
	height: 30px;
	position: relative;
	left: 585px;
	top: -180px;
}
#photography {
	width: 125px;
	height: 30px;
	position: relative;
	left: 771px;
	top: -210px;
}
#resources {
	width: 104px;
	height: 30px;
	position: relative;
	left: 896px;
	top: -240px;
}

/* MENU LINKS ACTIVE */

#home a, #fieldnotes a, #filmclips a, #reactionsacclaim a, #buydvd a, #news a, #invitesarahcontact a, #photography a, #resources a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* MENU HOVER */

#home a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#fieldnotes a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -61px 0px;
}
#filmclips a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -169px 0px;
}
#reactionsacclaim a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -263px 0px;
}
#buydvd a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -431px 0px;
}
#news a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -522px 0px;
}
#invitesarahcontact a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -585px 0px;
}
#photography a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -771px 0px;
}
#resources a:hover {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -896px 0px;
}

/* MENU CURRENT */

#home a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#fieldnotes a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -61px 0px;
}
#filmclips a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -169px 0px;
}
#reactionsacclaim a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -263px 0px;
}
#buydvd a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -431px 0px;
}
#news a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -522px 0px;
}
#invitesarahcontact a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -585px 0px;
}
#photography a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -771px 0px;
}
#resources a.current {
	background-image: url(../images/theskybelow_menuover.jpg);
	background-repeat: no-repeat;
	background-position: -896px 0px;
}
