@charset "utf-8";
/* CSS Document */

div#wrapper div#streamline div#navigation {
	height: 50px; 
}

div#wrapper div#streamline div#navigation ul {
	list-style: none;
}

div#wrapper div#streamline div#navigation ul li {
	float: left;
	height: 50px;
}

div#wrapper div#streamline div#navigation ul li.home a {
	background: url(../img/nightforest/buttonhome.gif) no-repeat center bottom;
	display: block;
	height: 50px;
	width: 122px;
}
div#wrapper div#streamline div#navigation ul li.homeactive a, div#wrapper div#streamline div#navigation ul li.home a:hover {
	background: url(../img/nightforest/buttonhome.gif) no-repeat center top;
	display: block;
	height: 50px;
	width: 122px;
}

div#wrapper div#streamline div#navigation ul li.download a {
	background: url(../img/nightforest/buttondownload.gif) no-repeat center bottom;
	display: block;
	height: 50px;
	width: 199px;
}
div#wrapper div#streamline div#navigation ul li.downloadactive a,div#wrapper div#streamline div#navigation ul li.download a:hover {
	background: url(../img/nightforest/buttondownload.gif) no-repeat center top;
	display: block;
	height: 50px;
	width: 199px;
}

div#wrapper div#streamline div#navigation ul li.news a {
	background: url(../img/nightforest/buttonnews.gif) no-repeat center bottom;
	display: block;
	height: 50px;
	width: 122px;
}
div#wrapper div#streamline div#navigation ul li.newsactive a, div#wrapper div#streamline div#navigation ul li.news a:hover {
	background: url(../img/nightforest/buttonnews.gif) no-repeat center top;
	display: block;
	height: 50px;
	width: 122px;
}

div#wrapper div#streamline div#navigation ul li.about a {
	background: url(../img/nightforest/buttonabout.gif) no-repeat center bottom;
	display: block;
	height: 50px;
	width: 144px;
}
div#wrapper div#streamline div#navigation ul li.aboutactive a, div#wrapper div#streamline div#navigation ul li.about a:hover {
	background: url(../img/nightforest/buttonabout.gif) no-repeat center top;
	display: block;
	height: 50px;
	width: 144px;
}

div#wrapper div#streamline div#navigation ul li.media a {
	background: url(../img/nightforest/buttonmedia.gif) no-repeat center bottom;
	display: block;
	height: 50px;
	width: 133px;
}
div#wrapper div#streamline div#navigation ul li.mediaactive a, div#wrapper div#streamline div#navigation ul li.media a:hover {
	background: url(../img/nightforest/buttonmedia.gif) no-repeat center top;
	display: block;
	height: 50px;
	width: 133px;
}