#navigation {
	display: block;
	clear: both;
	height: 19px;
}

ul#nav {
	width: 700px;
	height: 19px;
	
}
ul#nav li {
	display: inline-block;
	float: left;
	height: 19px;
	padding: 0;
	padding-left: 0;
	margin: 0;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:visited:link, ul#nav li a:hover {
	display: block;
	height: 19px;
	text-decoration:none;
	padding: 2px 8px;
	color: #000;
}

#nav span {
  display:visible !important;
  display:block !important;
}

#navHome a:link, #navHome a:visited, #navHome a:visited:link {
	background: url(../images/ui/nav/home.gif) top left no-repeat;
	width: 17px;
}
#navHome a:hover, #navHome a:visited:hover {
	background: url(../images/ui/nav/home_hover.gif) top left no-repeat;
	width: 17px;
	color: #676f4d;
  text-decoration: underline !important;
}
#navHome a span {
  display: none !important;
}




#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 246px;
  width: 430px;
  left: 15%;
  padding: 10px;
  margin-top: 0;
padding-top: 6px;
  border: 1px solid #dca54a;
  border-top: none;
  background: transparent url(../images/ui/nav/background-dropdown.gif) top left no-repeat;
}

#nav li.on a {
  /*change border color for active topic area*/

}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  	border: 0;
	text-decoration: none;
}

#nav li.on ul {
  /*display active subnav list*/
  	display: block;
	width: 450px;
}
li.subHeader {
	font-weight: bold;
	color: #000;
	display: block;
	font-weight: bold;
	clear: left !important;
	width: 450px;
	margin: 1.2em 0 .8em 0;
}
li.subHeader a {
	color: #000 !important;
	width: 450px;
	font-weight: bold;
}

#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #676F4D;
  background: transparent;
  width: 140px;
  margin-right: 0;
font-size: .8em;
}
#nav li.on ul a:visited, #nav li.off ul a:visited {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #656565;
  text-decoration: none;
  background: transparent;
  width: 140px;
  margin-right: 0;
font-size: .8em;
}
#nav li.on ul a:hover, #nav li.on ul a:visited:hover, #nav li.off ul a:hover, #nav li.off ul a:visited:hover {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #000;
  text-decoration: underline;
  background: transparent;
  width: 140px;
  margin-right: 0;
font-size: .8em;
}


#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#nav li.off a:hover, #nav li.off:hover a {
  text-decoration: underline;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
  top: 240px;
  *top: 250px; /*reposition for IE*/
}


.subNavClear {
	clear: both;
	display: block;
}

/* sub navigation */

.feature {
	clear:both;
	width: 150px;
	display:block;
}
.feature a {
	color: #6c5822;
	line-height: 1.4em;
	letter-spacing: .05em;
	font-size: .9em;
}

#subNav {
	width: 200px;
}
#subNavList {
	display: block;
}
#subNavList li {
	padding: .2em 0;
}
.subNavHeader {
	font-size: 1.5em;
	color: #a92500;
	clear:both;
	margin-top: 0;
	padding-top: 10px;
	line-height: 1.5em;
	margin-bottom: 0;
	font-family: Times, Serif;
}
li.subNavMain a:link, li.subNavMain a:visited, li.subNavMain  a:visited:link {
	color: #cc3300;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	padding: .4em 0 0 0;
}
li.subNavMain a:hover, li.subNavMain a:visited:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	padding: .4em 0 0 0;
}

li.subNavSecondary a:link, li.subNavSecondary a:visited, li.subNavSecondary  a:visited:link {
	color: #656565;
	font-size: .9em;
	padding: .2em 0 0 .5em;
	text-decoration: none;
}
li.subNavSecondary a:hover, li.subNavSecondary a:visited:hover {
	text-decoration: underline;
	padding: .2em 0 0 .5em;
}