/* Navigation Matrices -                                       */
/* grafics site navigation by means of CSS only                */

/* Main Menu (left panel) */
div#menu {
	width:152px;
	margin:28px 0 0 0;
	padding: 0;
	background: transparent;
}
div#nav {
	margin: 0 0 0 17px;
	padding: 0;
	width: 125px;
  height:170px;
	overflow: hidden;
	background: transparent;
	text-indent:-8000px;
}
body#home div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0;}
body#identities div#nav { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
body#releases div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
body#works div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
body#press div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
body#search div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
body#news div#nav  { background: transparent url(../img/fknav.gif) no-repeat 0 0; }
div#nav a {
	width: 125px;
	display: block;
	color: #EE3717;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0;
	height: 30px;
	/*overflow: hidden;*/
	background: transparent url(../img/fknav.gif) no-repeat;
}

body#home div#hom a 				{ background-position: 0 0; }
body#home div#hom a:hover		{ background-position: 0 0; }
body#home div#ide a 				{ background-position: 0 -30px; }
body#home div#ide a:hover		{ background-position: -125px -30px; }
body#home div#rel a 				{ background-position: 0 -60px; }
body#home div#rel a:hover		{ background-position: -250px -60px; }
body#home div#wor a 				{ background-position: 0 -90px; }
body#home div#wor a:hover		{ background-position: -375px -90px; }
body#home div#pre a 				{ background-position: 0 -120px; }
body#home div#pre a:hover		{ background-position: -500px -120px; }
body#home div#sea a 				{ background-position: 0 -150px; }
body#home div#sea a:hover		{ background-position: -625px -150px; }

body#identities div#hom a			{ background-position: -125px 0; }
body#identities div#hom a:hover		{ background-position: 0 0; }
body#identities div#ide a			{ background-position: -125px -30px; }
body#identities div#ide a:hover		{ background-position: -125px -30px; }
body#identities div#rel a			{ background-position: 0 -60px; }
body#identities div#rel a:hover		{ background-position: -250px -60px; }
body#identities div#wor a 				{ background-position: 0 -90px; }
body#identities div#wor a:hover		{ background-position: -375px -90px; }
body#identities div#pre a 				{ background-position: 0 -120px; }
body#identities div#pre a:hover		{ background-position: -500px -120px; }
body#identities div#sea a 				{ background-position: 0 -150px; }
body#identities div#sea a:hover		{ background-position: -625px -150px; }

body#releases div#hom a			{ background-position: -125px 0; }
body#releases div#hom a:hover		{ background-position: 0 0; }
body#releases div#ide a			{ background-position: 0 -30px; }
body#releases div#ide a:hover		{ background-position: -125px -30px; }
body#releases div#rel a			{ background-position: -250px -60px; }
body#releases div#rel a:hover		{ background-position: -250px -60px; }
body#releases div#wor a 				{ background-position: 0 -90px; }
body#releases div#wor a:hover		{ background-position: -375px -90px; }
body#releases div#pre a 				{ background-position: 0 -120px; }
body#releases div#pre a:hover		{ background-position: -500px -120px; }
body#releases div#sea a 				{ background-position: 0 -150px; }
body#releases div#sea a:hover		{ background-position: -625px -150px; }

body#works div#hom a			{ background-position: -125px 0; }
body#works div#hom a:hover		{ background-position: 0 0; }
body#works div#ide a			{ background-position: 0 -30px; }
body#works div#ide a:hover		{ background-position: -125px -30px; }
body#works div#rel a			{ background-position: 0 -60px; }
body#works div#rel a:hover		{ background-position: -250px -60px; }
body#works div#wor a 				{ background-position: -375px -90px; }
body#works div#wor a:hover		{ background-position: -375px -90px; }
body#works div#pre a 				{ background-position: 0 -120px; }
body#works div#pre a:hover		{ background-position: -500px -120px; }
body#works div#sea a 				{ background-position: 0 -150px; }
body#works div#sea a:hover		{ background-position: -625px -150px; }

body#press div#hom a			{ background-position: -125px 0; }
body#press div#hom a:hover		{ background-position: 0 0; }
body#press div#ide a			{ background-position: 0 -30px; }
body#press div#ide a:hover		{ background-position: -125px -30px; }
body#press div#rel a			{ background-position: 0 -60px; }
body#press div#rel a:hover		{ background-position: -250px -60px; }
body#press div#wor a 				{ background-position: 0 -90px; }
body#press div#wor a:hover		{ background-position: -375px -90px; }
body#press div#pre a 				{ background-position: -500px -120px; }
body#press div#pre a:hover		{ background-position: -500px -120px; }
body#press div#sea a 				{ background-position: 0 -150px; }
body#press div#sea a:hover		{ background-position: -625px -150px; }

body#search div#hom a			{ background-position: -125px 0; }
body#search div#hom a:hover		{ background-position: 0 0; }
body#search div#ide a			{ background-position: 0 -30px; }
body#search div#ide a:hover		{ background-position: -125px -30px; }
body#search div#rel a			{ background-position: 0 -60px; }
body#search div#rel a:hover		{ background-position: -250px -60px; }
body#search div#wor a 				{ background-position: 0 -90px; }
body#search div#wor a:hover		{ background-position: -375px -90px; }
body#search div#pre a 				{ background-position: 0 -120px; }
body#search div#pre a:hover		{ background-position: -500px -120px; }
body#search div#sea a 				{ background-position: -625px -150px; }
body#search div#sea a:hover		{ background-position: -625px -150px; }

body#news div#hom a 				{ background-position: -125px 0; }
body#news div#hom a:hover		{ background-position: 0 0; }
body#news div#ide a 				{ background-position: 0 -30px; }
body#news div#ide a:hover		{ background-position: -125px -30px; }
body#news div#rel a 				{ background-position: 0 -60px; }
body#news div#rel a:hover		{ background-position: -250px -60px; }
body#news div#wor a 				{ background-position: 0 -90px; }
body#news div#wor a:hover		{ background-position: -375px -90px; }
body#news div#pre a 				{ background-position: 0 -120px; }
body#news div#pre a:hover		{ background-position: -500px -120px; }
body#news div#sea a 				{ background-position: 0 -150px; }
body#news div#sea a:hover		{ background-position: -625px -150px; }


/* Right Menus (right panel) and where they appear */
div#submenu {
	margin:20px 0 -2px 0;
	padding:0;
	overflow:hidden;
	width:140px;
	height:20px;
	color:white;
}
body#home div#submenu  { background:  url(../img/fknew.gif) no-repeat +8px 0; }
body#identities div#submenu { background:  url(../img/fkideact.gif) no-repeat +8px 0; }
body#releases div#submenu  { background:  url(../img/fkrelact.gif) no-repeat +8px 0; }
body#works div#submenu { background:  url(../img/fkworact.gif) no-repeat +8px 0; }
body#press div#submenu  { background:  url(../img/fkpreact.gif) no-repeat +8px 0; }
body#search div#submenu  { background:  url(../img/fknew.gif) no-repeat +8px 0; }
body#news div#submenu  { background:  url(../img/fknew.gif) no-repeat +8px 0; }
div#submenu a {
	padding:0;
	overflow:hidden;
	color:white;
}
div#submenu span {
	display:none; 
}
/* Content Navigation Menu */
ul#subnav {
	margin:8px 0;
	padding:0 8px 0 8px;
	list-style-type:none;
	line-height: 1.5em;
	font-size:0.72em;
	font-weight:600;
	color:#EE3717;
	letter-spacing:0.02em;
}
ul#subnav a {
	color:#EE3717;
}
ul.contentnav {
	margin:2px 0;
	padding:0 10px 0 8px;
	list-style-type:none;
	line-height: 1.5em;
	font-size:0.95em;
	font-weight:600;
	color:#EA3B3B;
	letter-spacing:0.02em;
}
ul.contentnav a {
	color:#EE3717;
}
ul.contentnav li {
	padding:0px 0 4px 0;
	line-height:1.2em;
	}
ul.contentnav li a {
	display:inline;
}
ul#subnav li {
	padding:3px 0 1px 0;
}
ul#subnav li.navactive a {
	color:white;
}
ul#subnav ul.contentnav li a {
	color:#EE3717;
}
ul#subnav ul.contentnav li a:hover {
	color:white;
}
ul#subnav ul.contentnav li.navactive a {
	color:white;
}
ul#subnav ul.contentnav li.navactive a, ul#subnav ul.contentnav span.navactive a  {
	color:white;
}
/* Links and Related Menus and where they appear */
div#relmenugr {
	margin:16px 0 -2px 0;
	padding:0;
	height:40px;
	width:140px;
}
div#relmenugr span {
	display:none;
}
div#relmenump {
	margin:16px 0 -2px 0;
	padding:0;
	height:40px;
	width:140px;
}
div#relmenump span {
	display:none;
}
div#relmenunew {
	margin:16px 0 -2px 0;
	padding:0;
	height:20px;
	width:140px;
}
div#relmenunew span {
	display:none;
}
body#home div#relmenump  { background: url(../img/fkmp.gif) no-repeat +8px 0; }
body#home div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#identities div#relmenunew { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#identities div#relmenugr { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#releases div#relmenunew  { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#releases div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#works div#relmenunew  { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#works div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#press div#relmenunew  { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#press div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#press div#relmenump  { background: url(../img/fkmp.gif) no-repeat +8px 0; }
body#search div#relmenunew  { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#search div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#search div#relmenump  { background: url(../img/fkmp.gif) no-repeat +8px 0; }
body#news div#relmenunew  { background: url(../img/fknew.gif) no-repeat +8px 0; }
body#news div#relmenugr  { background: url(../img/fkgr.gif) no-repeat +8px 0; }
body#news div#relmenump  { background: url(../img/fkmp.gif) no-repeat +8px 0; }


