/*
Title:      Styles hacks for the abomination that is Internet Explorer
Author:     Jen Germann // http://ginga.com.au/
Updated:    March 17, 2010
*/

#nav ul li { position: relative; }
#nav ul li a { clear: both; }
#nav ul li a small { display: block; }
#nav ul li ul { clear: both; }
#nav ul li:hover ul {  }
#nav ul li:hover ul, #nav ul li.sfhover ul { z-index:999; }
#nav ul li ul li ul {  }

#header,#footer{min-width:1032px;}
