function iestyles() {
	var ua = navigator.userAgent.toLowerCase();
	if ((ua.indexOf("msie") != -1)) {
		if( gid('colorspalette') != null ){
			gid('colorspalette').style.marginLeft = "-32px";
			gid('colorspalette').style.paddingLeft = "0px";
		}
		if( gid('mainmenutable') != null ){
			gid('mainmenutable').style.marginLeft = "0px";
		}
	}
}

