/* csshacks */

/* IE7 */

*:first-child+html #Menu {
  margin-top: -3px;
}

*:first-child+html .SectionMenu .category li a {
  width: 186px;
}

/* IE6 and below hack */

* html .NewsletterSubscriptionBox {
  padding: -40px 35px;
}


* html #Menu {
  margin-top: -3px;
}

* html .SectionMenu .category li a {
  width: 186px;
}

body {
  //margin-top: -20px; /* IE hack*/
}

.VerticalShow p {
  //margin: 2px 0 0 0; /* IE hack */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#Menu a {
	  padding: 0 -4px;
    }
}