@import "css.css";

/* override body:font-size */
body {
	font-size:125%; 
}

/* override the width for IE */
#topNavRight {
	/* width:203px; Format or Unformat Button */
	width:241px;	/* Linear or Normal Text */	
}

/* for safari 3.02 test on winxp */
body:first-of-type #topPanelRight {
	width:370px;
}

/* for safari 3.02 test on winxp */
body:first-of-type #topNavRight {
	width:240px;
}