/****************************************
 * Cornell University 
 * Web Template with Two-line Unit Signature Banner
 * IE5/Mac Hacks
 ****************************************/

/* 
	The purpose of this stylesheet is to provide style rules to 
	Internet Explorer v5.x on Macintosh only. This browser's support 
	for CSS is somewhat limited, and it is often necessary to provide
	it with alternate rules to acheive the same results as other 
	browsers.
*/

/* secondary navigation is not aligning right */
#search-navigation ul {
	list-style: none;
	float: right;
	}
	
/* Secondary navigation links are offset */
#search-navigation li {
	float: none;
	}

/* Search links are being rendered on top of logo links */
#search-navigation {
	width: 300px;
	}