#nav {
	position:absolute;
	bottom:0;
}

#nav li {
	float:left;
	font:1.3em Georgia, serif;
	border-right:1px solid white;
	margin:0;
	padding:0;
	/*width:120px;*/
}

#nav li.firstTab {
	border-left:1px solid white;
	width:119px;
}

#nav li a {
	color:#fff;
	border-bottom:none;
	display:block;
	padding:0 18px;
	height:33px;
	line-height:22px;
}

#nav li.firstTab a { padding-left:17px; }

#header #nav li.current { background-color:#94AF6D; }
#header #nav li a:hover { background-color:#636F93; }

#header span {
	position: absolute;
	color:#A0A0A3;
	top:62px;
	right:0;
	font-size:1.0em;
	z-index:10;
	width:500px;
	text-align:right;
}

#header .pageInfoTop {
	margin: 0;
	padding-left: 240px;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #DF7B23;
}

.textSearchForm {
	position:absolute;
	right:-55px;
	top:19px;
	padding:0 55px 0 0;
	background:#e4e5e9 url(/images/textRight.gif) bottom right no-repeat;
}

.textSearchForm form {
	background:url(/images/textLeft.gif) bottom left no-repeat;
	padding:0 0 5px 55px;
	position:relative;
}

.textSearchForm #search-button {
	position:relative;
	top:6px;
 }