/* IE fixes and tricks to keep it working properly*/

 /* Start hide from IE-Mac \*/
* html .container {
height: 100%;
min-height:100%;

   
}

* html .footer {
margin-top:1em;
margin-bottom:0px;
}

* html .space {
height: 100%;
   
}

* html #botmid {
margin: 0;
padding:0;

}

/* End Hide from IE-Mac */

#mainnav li a:hover, #mainnav li a:hover {
    position: static;
}

#mainnav li:hover ul, #mainnav li.sfhover ul {
  left: auto;
  background-position: 0 0;
}

