* { margin: 0; padding: 0; }
	body { 	
		behavior: url(../hover.htc);
	}
	a { text-decoration: none; }
	.nav a:hover { text-decoration: none; }
	.clear:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clear { display: inline-block; }
	
	/* 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: 10px;
		font-family: Arial,Helvetica,Geneva,Verdana,Swiss,SunSans-Regular;
		text-align: left;
	}
			
	.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; }
	.nav li, .nav li em { width: 83px; height: 27px; }
	
	* html>body ul.nav li em { margin-bottom: -27px; } /* 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/navs.jpg") no-repeat; cursor: pointer }
	.link1 { left: 0px; }
	.link1 em { background-position: 0px 0px; }
	.link1:hover em { background-position: 0px -27px; }
	.link2 { left: 0px; }
	.link2 em { background-position: -83px 0px; }
	.link2:hover em { background-position: -83px -27px; }
	.link3 { left: 0px; }
	.link3 em { background-position: -166px 0px; }
	.link3:hover em { background-position: -166px -27px; }
	.link4 { left: 0; }
	.link4 em { background-position: -249px 0px; }
	.link4:hover em { background-position: -249px -27px; }
	.link5 { left: 0px; }
	.link5 em { background-position: -332px 0px; }
	.link5:hover em { background-position: -332px -27px; }
	.link6 { left: 0px; }
	.link6 em { background-position: -415px 0px; }
	.link6:hover em { background-position: -415px -27px; }
	.link7 { left: 0; }
	.link7 em { background-position: -498px 0px; }
	.link7:hover em { background-position: -498px -27px; }
	.link8 { left: 0px; }
	.link8 em { background-position: -581px 0px; }
	.link8:hover em { background-position: -581px -27px; }
	.link9 { left: 0px; }
	.link9 em { background-position: -664px 0px; }
	.link9:hover em { background-position: -664px -27px; }
	
	/* 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: 26px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		border: 1px solid #003066;
	}
	
	.nav li:hover ul { left: auto; }
	
	.nav li li {
		width: 125px; height: auto; /* reset the height and padding set on the IR list items */
		padding-bottom: 0;
		font-size: 110%;
		border-bottom: 1px solid #003066;
	}
	
	.nav li ul a {
		padding: 0.25em;
		color: #003066;
		background: #FFFFFF;
	}
	.nav li ul a:hover {
		color: #003066;
		background: #CCE5F1;
	}
