/*----------------------------------------------
 |  Hacks.css |
 |------------
 |  IE hacks for win and mac
 *---------------------------------------------*/
 
/*background image hacks instead of PNG use GIF for IE*/
* html div#navcontainer {
  padding-top:0;
}

* html div#navcontainer ul {
  margin-top: 2px;
}

/* IE7 hack startpage*/

#starthack {
*height:200px;
_height:0;
}