#ie6 .searchform {
	margin-bottom: 3px;
}
#ie6 .searchform .searchfield {
	padding: 0 7px 0 5px;
}

#ie6 .searchform .searchsubmit {
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	margin: 0;
	padding: 0 3px 0 3px;
}

/* a hack so that IE5.5 faulty box model is corrected */
#ie6 #nav a,
#ie6 #nav a:visited,
#ie6 #nav-top a,
#ie6 #nav-top a:visited {
	font-size:12px;
	width: auto;
	display: inline-block;
}

#ie6 #nav a:hover,
#ie6 #nav-top a:hover {
	text-decoration: none;
}

/* another hack for IE5.5 */
#ie6 #nav ul ul,
#ie6 #nav-top ul ul {
	top:35px;
	width:120px;
	padding-right: 0;
	margin-right: 0;
}

/* position the third level flyout menu */
#ie6 #nav ul ul ul,
#ie6 #nav-top ul ul ul {
	visibility:hidden;
	position:absolute;
	left:145px;
	top:-1px;
	width:80px;
	padding-left: 0;
	margin-left: 0;
}

/* yet another hack for IE5.5 */
#ie6 #nav ul ul a,
#ie6 #nav ul ul a:visited,
#ie6 #nav-top ul ul a,
#ie6 #nav-top ul ul a:visited {
	width:130px;
	overflow: hidden;
}

#ie6 .fix {
	height:1%;
}

#ie6 