﻿ /* Support for the "iehover-fix.js" */

* html ul.nav iframe 
{
	position: absolute;
    /* account for the border */
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */