/* csshacks */

/* IE 7 */

*:first-child+html #MainPage .MainPageTable,
*:first-child+html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 10);
}

*:first-child+html #MainPage .MainPageTable {
  background: #d9e0cf url(/images/structure/mainpageBackground.gif) no-repeat top;
}

*:first-child+html #MainContent .HomeBox {
  overflow: auto;
  padding-bottom: 0;
}

/* IE 6 and below */

* html #MainContent .HomeBox {
  height: 1%;
  padding-bottom: 0;
}
* html #Menu ul,
* html #Menu ul li a,
* html #Menu a .Btright{
  display:inline;	
}
* html .ButtonShow a{
	display: inline;
}