* html .searchform {
	margin-bottom: 3px;
}
* html .searchform .searchfield {
	width: 150px;
	w\idth: 150px;
	padding: 0px 7px 0px 5px;
	padd\ing: 0px 7px 0px 5px;
}

* html .searchform .searchsubmit { 
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	margin: 0px;
	padding: 0px 3px 0px 3px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a.highlighted,
* html #nav a,
* html #nav a:visited {
	font-size:12px;
	width:72px;
	w\idth:72px;
	text-transform: none;
	overflow: hidden;
}

* html #nav a:hover {
	text-decoration: none;
}

/* another hack for IE5.5 */
* html #nav ul ul {
	top:35px;
	t\op:35px;
	width:120px;
	w\idth:120px;
	padd\ing-right: 0;
	marg\in-right: 0;
}

/* position the third level flyout menu */
* html #nav ul ul ul {
	visibility:hidden;
	position:absolute;
	l\eft:80px; 
	top:-1px;
	w\idth:80px;
	padd\ing-left: 0;
	margin-left: 0;
}

/* yet another hack for IE5.5 */
* html #nav ul ul a, 
* html #nav ul ul a:visited {
	width:130px;
	w\idth:130px;
	overflow: hidden;
}

* html .fix {
	height:1%;
}
