#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  padding-right: 1px;
  padding-left: 3px;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 10px;
	width: 55px;
	text-align: center;
	border: 0px solid #FFFFFF;
	padding: 3px;
}
#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  top: 100px;
  height: 10px;
  padding-top: 10px;
}
  
#nav li.on a {
	border: 0px solid #FFFFFF;
	background-color: #9D8B7D;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}
#nav li.on ul a, #nav li.off ul a {
	border: 1;
	color: #FFFFFF;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9D8C7C;
	text-align: left;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: middle;
	padding: 1;
	text-indent: 2px;
	display: block;
	border-color: #FFFFFF;
	position: absolute;
}

#nav li.on ul {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #9D8C7C;
	text-align: left;
	vertical-align: middle;
	background: #9D8C7C;
	border: 1;
}

#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 {
	color: #000000;
	background-color: #F2F1EF;
}



}.thumbnailborder {
	border: 1px solid #CCCCCC;
	padding: 0px;
	float: none;
	margin: auto;
}
