@charset "utf-8";
/* CSS Document */


#navi {
	width: 50px;
	height: 44px;
	position: absolute;
	top:0;
	left:0;
	padding:0;
	background-image: url(../images/socials.jpg);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
#navi li {
	display: inline;
}
#navi li a:link, #navi li a:visited {
	position: absolute;
	top: 0;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
#fcb a:link, #fcb a:visited {
	left: 0px;
	width: 50px;
}
#fcb a:hover, #fcb a:focus {
	background-image: url(../images/socials.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#fcb a:active {
	background: url(../images/socials.jpg) no-repeat 0px 0px;
}

.navi-fcb, .navi-fcb-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 44px;
	background: url(../images/socials.jpg) no-repeat 0px 0px;
}
.navi-fcb-click {
	background: url(../images/socials.jpg) no-repeat 0px 0px;
}
--->#rss a:link, #rss a:visited {
	left: 50px;
	width: 50px;
}
--->#rss a:hover, #rss a:focus {
	background: url() no-repeat -50px 0px;
}
--->#rss a:active {
	background: url() no-repeat -50px 0px;
}
--->#rss.current a:link, #rss.current a:visited {
	background: url() no-repeat -50px 0px;
	cursor: default;
}
--->.navi-rss, .navi-rss-click {
	position: absolute;
	top: 0;
	left: 50px;
	width: 50px;
	height: 44px;
	background: url() no-repeat -50px 0px;
}
--->.navi-rss-click {
	background: url() no-repeat -50px 0px;
}
.relative {
	position:relative;
}
#socials {
	position:relative;
}
