@charset "utf-8";
/* CSS Document */


#navtable {
	position: fixed;
	left: 0px; 
	top: 0px;
	background-color: #C17B0A;
	height: 57px;
	width: 100%;
    z-index: 10;
}

* html #navtable { 
	position: absolute;
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #959595;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}







#headerlinks {
	position: absolute;
	top: 12px; 
	left: 265px;
	width: 100%;
}

.navitem {
	
	font-size: 18px;
	margin-top: 6px;
	float: left;
	color: #DDB27F;
	margin-left: -3px;
	
}

.navlink {
	float: left;
	display: inline-block;
	color: #DDB27F;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;	
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	
	margin-left: -4px;
	
	min-height:37px;
	height:auto !important;
	height:37px;
	
	
}

.navdivider {
	float: left;
	display: inline-block;
	background-color: #DDB27F;

	margin-top: 10px;
	width: 1px;
	height: 12px;
	
	margin-left: -4px;
}

.nl_on {
	background-color:#DDB27F;
	color:#C17B0A;
	
}

.nl_off {
	
}
 
.nl_over {
	background-color:#DDB27F;
	color:#C17B0A;
	
}

.nl_over span {
	color:#DDB27F;
}

/* sub nav */

.subnav {
	position: absolute;
	width: 20000px;
	top: 29px;
	
	height: 16px;
	
	/*
	background-color:#DDB27F;
	border-bottom: solid 1px #C17B0A;
	border-top: solid 1px #DDB27F;
	*/

	background-color:#DDB27F;
}

.subnav .navdivider {
	float: left;
	display: inline-block;
	background-color: #DDB27F;

	margin-top: 2px;
	width: 1px;
	height: 10px;
	
	margin-left: -4px;
}

.sn_off {
	display: none;
}

.sn_on {
	display: inline;
}

.sn_over {
	display: inline;
}

.subnavlink {
	color: #C17B0A;
	
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	cursor:pointer;
	float: left;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.snl_on {
	background-color:#C17B0A;
	color:#DDB27F;
}

.snl_off {
	
}
 
.snl_over {
	background-color:#C17B0A;
	color:#DDB27F;
}

/* end sub nav */











/*
.navlink_off {
	color: #DDB27F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	
	width: 20px;
	height: 10px;
	
	border: solid 1px #C17B0A;
	border-right: solid 1px #DDB27F;
}

.navlink_on {
	background-color:#DDB27F;
	color:#C17B0A;
	font-size: 12px;
	font-weight: bold;
	te