/* Top menus */
/* ------------------------------------------------------- */

#nav {
	position: relative;
	left: 252px;
	top: 86px;
	height: 21px;
	width: 653px;
	z-index: 3;
}

#nav ol {
	list-style: none;
}

#nav a { color: #bdbdbd; }
#nav a:hover { color: #888; }

#nav ol li,
#nav ol a  {
	float: left;
	white-space: nowrap;
	display: block;
	background-image: url(../images/layout/navipics.gif);
	background-repeat: no-repeat;
	height: 21px;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
}

/* IE fixes */
* html #nav { position: absolute;}

* html #nav {
	margin: 0;
	left: 253px;
	top: 86px;
	height: 21px;
	width: 653px;
}
	
* html #nav ol, #footer { left: 20px; }
* html #content { padding: 120px 0 0 0; }

* html #nav ol a  { position: static; }



/* #nav ol a  { position: absolute; } */ /* solves moving nav in Safari */
/* #nav ol ul a  { position: static; } */ /* corrects it for subnav */

#nav ol li#n-news, #n-news a { width: 62px;}
#nav ol li#n-treffpunkt, #n-treffpunkt a { width: 117px;}
#nav ol li#n-songbuch, #n-songbuch a { width: 99px;}
#nav ol li#n-bilder, #n-bilder a { width: 57px;}
#nav ol li#n-tourneen, #n-tourneen a { width: 102px;}
#nav ol li#n-infos, #n-infos a { width: 64px;}
#nav ol li#n-shop, #n-shop a { width: 53px;}


/* links (background of the a tag) */
#n-news a { background-position: 0px 0px;}
#n-treffpunkt a { background-position: -62px 0;}
#n-songbuch a { background-position: -179px 0;}
#n-bilder a { background-position: -278px 0;}
#n-tourneen a { background-position: -335px 0;}
#n-infos a { background-position: -437px 0;}
#n-shop a { background-position: -501px 0;}

/* rollovers (background of the li tag) */
#n-news { background-position: 0px -22px;}
#n-treffpunkt { background-position: -62px -22px;}
#n-songbuch { background-position: -179px -22px;}
#n-bilder { background-position: -278px -22px;}
#n-tourneen { background-position: -335px -22px;}
#n-infos { background-position: -437px -22px;}
#n-shop { background-position: -501px -22px;}

/* active (background of the li tag) */
#news #n-news { background-position: 0px -44px;}
#treffpunkt #n-treffpunkt { background-position: -62px -44px;}
#songbuch #n-songbuch { background-position: -179px -44px;}
#bilder #n-bilder { background-position: -278px -44px;}
#tourneen #n-tourneen { background-position: -335px -44px;}
#infos #n-infos { background-position: -437px -44px;}
#shop #n-shop { background-position: -501px -44px;}

/* submenus */

#nav #n-songbuch ul  {
	position: absolute;
	left: 170px;
	top: 22px;
	padding-left: 10px;
	border-left: 1px solid #bdbdbd;
	white-space: nowrap;
	font-size: 11px;
	line-height: 16px;
}
#nav ul li {
	display: inline;
}
#nav ul a,
#nav ul li {
	text-indent: 0;
	overflow: visible;
	height: auto;
	width: auto;
	background: none;
}

/* Highlight current section */
/* ------------------------------------------------------- */

/* section highlights */
#news #n-news a,
#treffpunkt #n-treffpunkt a,
#songbuch #n-songbuch a,
#bilder #n-bilder a,
#tourneen #n-tourneen a,
#infos #n-infos a,
#shop #n-shop a,
#nav ol li a:hover { background-image: none;}


/* subsections */

#journal a#j1,
#foundsounds a#j2,
#archive a#j3,
#destinations a#j4,
.a1 #a1,
.a2 #a2,
.a3 #a3 {
	color: #fff;
}

