#nav li {
  /*float the main list items
  margin: 0;*/
  float: left;
  display: block;
  padding-right: 15px;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
  /*for all links in the list*/
  color: #0B1761;
  font: bold 12px Tahoma,sans-serif;
  text-decoration:none;  
  display: block;
  height: 15px;
  padding: 5px;
  float:left;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  height: 15px;
  left: 0;
  padding-top: 10px;
}

#nav li.off ul#second  {
	width: 800px;
	margin-left: 70px;
	*margin-left: 110px; 	 
}

#nav li.off ul#third  {
	width: 800px;
	margin-left: 70px;
	*margin-left: 110px; 	
}
 
#nav li.off ul#fourth  {
	margin-left: 300px; 
	*margin-left: 350px; 
	
}

#nav li.off ul#thifth  {
	margin-left: 500px; 
	*margin-left: 535px; 
}

#nav li.off ul#sixth  {
	margin-left: 470px; 
	*margin-left: 500px; 
}


#nav li.on a {
  /*change border color for active topic area*/
  border: 1px solid #f90;
}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
  color: #FFFFFF;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}

#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #ffffff;
  font: normal 12px Tahoma, helvetica, sans-serif;
  
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul , #nav li.over 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 #nav li.over a{
  color: #B08340;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
  top: 137px;
  *top: 137px; /*reposition for IE*/
}