.headnav {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
}
/*HEADNAV BUTTON CLASSES */
.headnav ul {
	margin-left: auto;
	width: 120px;
	display: block;
	margin-bottom: 12px;
	height: 18px;
	*width: 130px;
}
.headnav li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	display: inline;
}
.headnav li a {
	display: block;
	height: 18px;
	margin: 0px;
	background-repeat: no-repeat;
	border: 1px solid #786c37;
	font-size: 10px;
	color: #3d371c;
	padding: 0 7px;
}
a.nav-contact {
	border-left: none !important;
}
* html a.nav-home {
	width: 40px;
	text-align: center;
}
* html a.nav-contact {
	width: 40px;
	text-align: center;
}
/* HEADNAV HOVER */
.headnav li a:hover {
	background: url(images/nav-bg-hover.png) repeat-x left top;
	color: #e2d9b6;
}
.headnav li a:active {
	background: url(images/nav-bg-active.png) repeat-x left top;
	color: #e2d9b6;
}
/*NEW STYLES */
#nav {display: block; height: 22px; background: url(images/nav-bg.png) left top repeat-x;border-top: 1px solid #786c37; border-bottom: 1px solid #786c37;}
#nav ul {}
#nav li {display: block; float: left; }
#nav li a {
	display: block;
	font-size: 12px;
	padding: 1px 26px 4px 26px;
 	border-left: 1px solid #786c37;
	color: #e2d9b6;
}
* html #nav li a {padding: 2px 27px 2px 27px;}
/*#nav li a cufon {margin-bottom: 10px;}*/
#nav li a:active, #nav li.currentpage a {
	background: url(images/nav-bg-active.png) left top repeat-x;
}
#nav li a:hover {
	background: url(images/nav-bg-hover.png) left top repeat-x;
}
#nav li.first {margin-left: 21px;}
* html #nav li.first {margin-left: 12px;}
#nav li.last a {border-right: 1px solid #786c37;}

/******* SEARCH *******/
#searchbox {
	/*float: right; width: 200px;
	display: none;
	visibility: hidden;
	left: -9999px;
	position: absolute;*/
}
#ajaxSearch_form fieldset {
	border: none;
}
#ajaxSearch_form {
	color: #444;
	width: auto;
	display: block;
	float: right;
	width: 200px;
	position: relative;
	text-align: right;
}
#ajaxSearch_input {
	width: 146px;
	display: inline;
	height: 17px;
	border: none;
	margin: 0 3px 0 0;
	padding: 3px 0 0 4px;
	vertical-align: top;
}
input.searchinput {
	background: #e1d5a2 url(images/search-bg.png) no-repeat top left;
}
#ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
}
#ajaxSearch_output {
	border: 1px solid #d3c084;
	padding: 10px;
	background: #e8dec0;
	display: block;
	height: auto;
	vertical-align: top;
	margin: 26px 0 12px 0;
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription{
	color: #555;
}
.AS_ajax_more {
	color: #555;
}
.ajaxSearch_highlight {color: red; font-weight: bold;}
#searchClose {
	position: absolute;
	left: 22px;
	top: 3px;
}
#indicator {
	position: absolute;
	left: 0px;
	top: 3px;
}
/* SIDEBAR NAV */
#sidemenu {
	font-size: 11px;
}
#sidemenu li ul {
	margin-left: 20px;
}
#sidemenu .currentpage {
	
}
#sidemenu li a {
	padding: 1px 4px;
}
a.currentpage {
	border: 1px solid #c2ad76;
	width: 95%;
	display: block;
	background: url(images/sidenav-bg.png) repeat-x left top;
	padding: 1px 4px;
}