#nav{
   margin-top:0;
   margin-left:0px;
   margin-right:0px;
   padding:0 0 3px;
}

#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  margin: 0 15px;
}

#nav .submenu li {
	margin: 0 0 0 3px;
}



#nav li a {
  /*for all links in the list*/
  color: #FFB552;
  display: block;
  height: 15px;
  /*width: 110px;*/

  /*border: 1px solid #29497b;*/
  padding:3px 0px;
  white-space:nowrap;
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  font-family:"times new roman";
}










#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: block;
  position: absolute;
  height: 15px;
  left: 1.5%;
  padding-top: 0px;
  background-color:transparent;
  /*padding-bottom: 35px;*/
  width:925px;
  white-space:nowrap;
}


#nav li ul li a 
{
   display:none;
}











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

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

#nav li.on ul li a {
  /*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: #f90;
  width: auto;
  margin-right:16px;
  /*padding-bottom:35px;*/
  color:white;
  padding-top:5px;
  margin-left:0px;
}



#nav li.off:hover ul a, #nav li.over ul a {
  /*  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 {
 /* background-color:#FFB552;
  color: #996633;*/
  display:block;
  color: white;
}