/*ie 5.01 requires a width to make the navigation act like buttons*/

#nav li a {
	width: 90px;
}

/*adjust the left margin for ie*/
#leftcol {
	margin-left: 17px;
}