/* main menus (thank you, suckerfish) */

div#jumpMenu {
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 27px;
	top: 100px;
	left: 656px;
	background: url(images/bkgd/white-fade-top.png);
}

div#jumpMenu a {
	color: #000;
	padding: 8px 0px 6px 8px;
}

div#jumpMenu a:hover {
	text-decoration: none;
}

#jumpList, #jumpList ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#jumpList a {
	display: block;
	width: 300px;
	font-weight: bold;
}

#jumpList li {
	float: left;
	width: 300px;
}

#jumpList li ul {
	position: absolute;
	background: url(images/bkgd/white-fade.png);
	width: 300px;
	left: -999em;
}

#jumpList li:hover ul, #jumpList li.sfhover ul {
	left: auto;
}

#jumpList li li:hover {
	background: #ec871b;
}

#jumpList li li.dirs:hover {
	background: none;
}

#jumpList li li a {
	padding: 7px 0px 5px 8px;
	font-weight: normal;
}

#jumpList li li a:hover {
	font-weight: bold;
}

#jumpList li.dirs a {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 15px;
}

#jumpList li.dirs a.dirsNext {
	text-align: right;
	float: right;
	padding-right: 8px;
}

body.isHome #jumpList li.dirs a.dirsPrev, body.isHome li.home {
	display: none;
}

body.isCh1 #jumpList li li.ch1 a { font-weight: bold; }
body.isCh2 #jumpList li li.ch2 a { font-weight: bold; }
body.isCh3 #jumpList li li.ch3 a { font-weight: bold; }
body.isCh4 #jumpList li li.ch4 a { font-weight: bold; }
body.isCh5 #jumpList li li.ch5 a { font-weight: bold; }
body.isCh6 #jumpList li li.ch6 a { font-weight: bold; }
body.isCh7 #jumpList li li.ch7 a { font-weight: bold; }
body.isCh8 #jumpList li li.ch8 a { font-weight: bold; }
body.isCh9 #jumpList li li.ch9 a { font-weight: bold; }
body.isCh10 #jumpList li li.ch10 a { font-weight: bold; }
body.isCh11 #jumpList li li.ch11 a { font-weight: bold; }
body.isCh12 #jumpList li li.ch12 a { font-weight: bold; }
body.isCh13 #jumpList li li.ch13 a { font-weight: bold; }
body.isCh14 #jumpList li li.ch14 a { font-weight: bold; }
body.isCh15 #jumpList li li.ch15 a { font-weight: bold; }
