/* Page navigation bar */
#navbar{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 50px 0px 10px;
	width:448px;
	_width:448px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#navbar ul {
	width:448px;
	margin:0 0 0 -40px;
	_margin:0;
	position:relative;
	z-index:10;
}
*:first-child+html #navbar ul{
	margin:0;
}
#navbar li{
	margin-left:-10px;
	display:inline;
	float:left;
	margin-bottom:0;
}
#navbar li a, #navbar li h3{
	display:block;
	_display:inline-block;
	white-space:none;
	_white-space:nowrap;
	width:auto;
	padding:5px 8px 5px 14px;
	margin:0px 0px 0px 0px;
	font-size:110%;
	position:relative;
	border-bottom:1px solid #CCCCCC;
	background:url(../images/navbar_off.gif) top right no-repeat;
	color:#626062;
	font-weight:bold;
	text-decoration:none;
}
#navbar li h3{
	display:block;
	_display:inline;
	float:none;
}
#navbar li a:hover, #navbar li h3, #navbar li:hover a{
	border-bottom-color:#F2F2F2;
	background-image:url(../images/navbar_on.gif);
	position:auto;
	text-decoration:none;
	color:#DABE00;
}
.white li a:hover, .white li h3, #navbar.white li a:hover, #navbar.white li h3{
	border-bottom-color:#FFFFFF;
	background-image:url(../images/navbarw_on.gif);
}
.nbfull, #navbar.nbfull{
	width:100%;
}
.nbfull li a, .nbfull li h3, #navbar.nbfull li a, #navbar.nbfull li h3{
	padding:5px 14px 5px 22px;
}
#navbar li.nb1 *{
	left:-1px;
	z-index:10;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb2 *{
	z-index:9;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb3 *{
	z-index:8;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb4 *{
	z-index:7;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb5 *{
	z-index:6;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb6 *{
	z-index:5;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb7 *{
	z-index:4;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar li.nb8 *{
	z-index:3;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}









