/*
Masthead from Optimised Template '10 (OP TMPLT 10) to Older Templates (March 2009/May 2008)
Since reset is not occurring we'll need to force some resets into place
Fixes for IE6 (as usual)
*/

body{
behavior: url("/content/includes/redesign2010/js/csshover3.htc"); /* Fix li:hover for menu */
margin-top:10px;
}

#navbar-2012{
	top:19px;
	position:relative;
	background:transparent;
	z-index:9999;
}
#nav li ul.nav{
	left:-40px;
}
#nav li ul.nav li ul.nav{
	left:160px;
}


/*
Select Fix for IE6 and IE5.x
Version 0.34

CSS instructions from http://www.hedgerwow.com/360/bugs/css-select-free.html
But keep in mind that these classes are a bit modified.
*/
.select-free .innerFixer {
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	width:100%;/* (old value 3000px) must have for any big value*/
	height:100%;/* (old value 3000px) must have for any big value*/
}
.select-free iframe.innerFixer {
	border: 0;
	filter:mask();/*must have*/
	z-index:-1;/*must have*/
}