/* CSS Document */

/* ================================================================================================

This stylesheet is for IE css hacks
this came from the fresnobee, it has been customized by Nick from the ledger for use on L-E-O.com
================================================================================================ */

/* This style definition resolves most occurrences of the hasLayout issue, which is the cause of a wide variety of display issues in IE.
For more information read: http://www.satzansatz.de/cssd/onhavinglayout.html */
div.sectionMenu {
	height:1%;
}

/* This style definition overrides the floating elements fix for IE5.5. IE5.5 incorrectly views "\"}\""; as the end of the style definition,
so overflow:visible is only applied to IE5.5. */
.sectionMenu li div.subMenu .subMenuCol, .sectionMenu li div.subMenu1Column .subMenuCol, #headerMenu {
	overflow:visible;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	overflow:hidden;	
}

.sectionMenu li.sfHover div.subMenu, .sectionMenu li.sfHover div.subMenu1Column {
	left:0;
}

/* Support for the "iehover-fix.js" */

ul.dropDown iframe {
	position: absolute;
	z-index: 0;
}


.sectionMenu li div.subMenu {
	width: 470px;
	voice-family: "\"}\""; 
  voice-family:inherit;	
	width: 440px;
}

.sectionMenu li div.subMenu1Column{
        width: 205px;
        voice-family: "\"}\"";
  voice-family:inherit;
        width: 175px;
}

.sectionMenu li div ul li ul {
	left:-15px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	left:0px;
}

.sectionMenu li div ul li {
	width: 100px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 90px;
}
