/* NAV LINKS */


div.nav {
	position: absolute;
	top: 40px;
	left: 24px;
	width: 130px;
	height: 560px;
}

.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	margin: 0;
/*		text-indent: -3000px;*/
}


.nav a {
	display: block;
	margin-left: 0px;
}

.nav #flock a:link, .nav #flock a:visited {
	height: 98px;
	background: url(../graphics/button_flock.gif) no-repeat left top;
}
.nav #flock a:hover {
	background: url(../graphics/button_flock_on.gif) no-repeat left top;
}

.nav #background a:link, .nav #background a:visited {
	height: 94px;
	background: url(../graphics/button_bgrnd.gif) no-repeat left top;
}
.nav #background a:hover {
	background: url(../graphics/button_bgrnd_on.gif) no-repeat top left;
}

.nav #gallery a:link, .nav #gallery a:visited {
	height: 91px;
	background: url(../graphics/button_gallery.gif) no-repeat left top;
}
.nav #gallery a:hover {
	background: url(../graphics/button_gallery_on.gif) no-repeat top left;
}

.nav #star_sheep a:link, .nav #star_sheep a:visited {
	height: 111px;
	background: url(../graphics/button_star.gif) no-repeat left top;
}
.nav #star_sheep a:hover {
	background: url(../graphics/button_star_on.gif) no-repeat top left;
}

.nav #more a:link, .nav #more a:visited {
	height: 88px;
	background: url(../graphics/button_more.gif) no-repeat left top;
}
.nav #more a:hover {
	background: url(../graphics/button_more_on.gif) no-repeat top left;
}
