	.nav a:hover { text-decoration: none; }

	small { line-height: 120%; }
	
	.clear:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clear { display: inline-block; }
	
	/* Hides from IE-mac \*/
	* html .clear { height: 1%; }
	.clear { display: block; }
	/* End hide from IE-mac */
	
	/* image replacement general properties */
	ul.IR li { 
		position: relative;
		/* The original method recommends setting this so that the text doesn't peak out if you resize the text. But overflow also includes our dropdown list, so we need the overflow to be visible. */
		/*overflow: hidden; */
		font-size: 0.9em;
	}
			
	.IR em {
		display: block;
		position: absolute;
		top: 0; left: 0;
		z-index: 1;
	}
	
	/* For IE5.x mac only */
	* html>body	.IR { 
		position: static;
		overflow: visible;
		font-size: 10px;
  }
	* html>body .IR em  { position: static; }
	
	/* image replacement specific properties */
	.nav { list-style: none; }
	.nav li { float: left; padding-bottom: 10px; } /* add a little bottom padding to make sure the sub menus don't disappear before selecting them */
	.nav li, .nav li em { height: 40px; }/*add width to this to set same width for all imgs, remove from em class*/
	
	* html>body ul.nav li em { margin-bottom: -24px; } /* for ie5.x/mac only */
	
	.link1 em, .link2 em, .link3 em, .link4 em, .link5 em, .link6 em, .link7 em, .link8 em, .link9 em { 
		background: url("../images/main-menu.gif") no-repeat;									
		cursor: pointer;
	}
	.link1 { left: 0; }/*home*/
		.link1 em { 
			background-position: 0 -41px;
			width:85px; 
			}
		.link1:hover em { 
			background-position: 0 0; 
			}
	.link2 { left: 49px; }/*about*/
		.link2 em { 
			background-position: -85px -41px; 
			width:86px;
			}
		.link2:hover em { 
			background-position: -85px 0; 
			}
	.link3 { left: 99px; }/*retreats*/
		.link3 em { 
			background-position: -171px -41px;
			width:107px; 
			}
		.link3:hover em { 
			background-position: -171px 0; 
			}
	.link4 { left: 160px; }/*events*/
		.link4 em { 
			background-position: -276px -41px;
			width:94px; 
			}
		.link4:hover em { 
			background-position: -276px 0; 
			}
	.link5 { left: 212px; }/*blog*/
		.link5 em { 
			background-position: -370px -41px;
			width:74px; 
			}
		.link5:hover em { 
			background-position: -370px 0; 
			}
	.link6 { left: 258px; }/*testimonials*/
		.link6 em { 
			background-position: -446px -41px;
			width:139px; 
			}
		.link6:hover em { 
			background-position: -446px 0; 
			}
	.link7 { left: 316px; }/*partners*/
		.link7 em { 
			background-position: -584px -41px;
			width:107px; 
			}
		.link7:hover em { 
			background-position: -584px 0; 
			}
	.link8 { left: 370px; }/*donation*/
			.link8 em { 
				background-position: -692px -41px;
				width:111px; 
				}
			.link8:hover em { 
				background-position: -692px 0; 
				}
	.link9 { left: 424px; }/*donation*/
			.link9 em { 
				background-position: -805px -41px;
				width:125px; 
				}
			.link9:hover em { 
				background-position: -805px 0; 
				}
	
	/* suckerfish styles */
	.nav a { display: block; font-weight: normal;  }
	* html .nav a { height: 1%; }
	
	.nav li ul {
		position: absolute;
		z-index: 10; /* show the dropdowns above the images */
		top: 40px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		border: 1px solid #fd9c02;
	}
	
	.nav li:hover ul { left: auto; }
	
	.nav li li {
		height: auto; /* reset the height and padding set on the IR list items */
		padding-bottom: 0;
		font-size: 13px;
		border-bottom: 1px solid #fd9c02;
	}
	
	.nav li ul a {
		color: #007c85;
		background: #FFF;
		width:100px;
		text-decoration:none;
		padding:3px 3px 3px 16px;
		line-height:1em;
	}
	.nav li ul a:hover {
		color: #fff;
		background: #fd9c02;
	}
	/*]]>*/

