/*ie 7.0 css hack
last updated: November 08, 2008
*/
*:first-child+html #content{
margin: 20px 0 0 36px;
}
*:first-child+html #nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  top: 35px;
  
}
*:first-child+html #nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/

  position: absolute;
  
  height: 18px;
  margin-top: 143px;
  background-color:#ffffff;
 
}
*:first-child+html #nav li.on ul a:hover, #nav li.off ul a:hover {
 background:none;
 background-color:#ffffff;
 color:#000000;
}

/*ie 6.0 css hack*/
* html #content{
margin: 20px 0 0 36px;
}
* html #nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  top: 35px;
  
}

* html #nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/

  position: absolute;
  
  height: 18px;
  margin-top: 143px;
  background-color:#ffffff;
 
}
* html #nav li.on ul a:hover, #nav li.off ul a:hover {
 background:none;
 background-color:#ffffff;
 color:#000000;
}