<style type="text/css">
	
	.nav a:hover { text-decoration: none; }
	h4.tested { margin-top: 2em; }
	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: 0px; } /* used to be 10px // add a little bottom padding to make sure the sub menus don't disappear before selecting them */
	

.nav li, .nav li em {
	height: 29px;
}


/*
.123{width: 123px;}
.144{width: 144px;}
.146{width: 146px;}
.153{width: 153px;}
.124{width: 124px;}
*/
	* html>body ul.nav li em { margin-bottom: -29px; } /* for ie5.x/mac only */
	
	.link1, .link1 em { 
		background-image: url(../nav/top_nav_01.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		width: 123px;
		z-index: 990;
	}
	.link2, .link2 em { 
		background-image: url(../nav/top_nav_02.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		width: 144px;
		z-index: 990;
	}
	.link3, .link3 em { 
		background-image: url(../nav/top_nav_03.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		width: 146px;
	}
	.link4, .link4 em { 
		background-image: url(../nav/top_nav_04.jpg);
		background-repeat: no-repeat; 
		cursor: pointer;
		width: 153px;
	}
	.link5, .link5 em { 
		background-image: url(../nav/top_nav_05.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		width: 194px;
		z-index: 990;
	}
	.link1 { left: 0; }
	.link1 em { background-position: 0 0; }
	.link1:hover em { background-position: 0 -29px; z-index: 990; }
	.link2 { left: 0px; }
	.link2 em { background-position: 0 0; }
	.link2:hover em { background-position: 0 -29px; z-index: 990; }
	.link3 { left: 0px; }
	.link3 em { background-position: 0 0; }
	.link3:hover em { background-position: 0 -29px; }
	.link4 { left: 0px; }
	.link4 em { background-position: 0 0; }
	.link4:hover em { background-position: 0 -29px; }
	.link5 { left: 0px; }
	.link5 em { background-position: 0 0; }
	.link5:hover em { background-position: 0 -29px; z-index: 990; }
	
	/* suckerfish styles */
	.nav a { display: block; font-weight: normal; }
	* html .nav a { height: 1%; }
	
	.nav li ul {
		position: absolute;
		z-index: 990; /* show the dropdowns above the images */
		top: 29px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		/*border: 1px solid #FFCC00;*/
	}
	
	.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;
		/* border-bottom: 1px solid #FFCC00; */
		width: 225px;
		z-index: 990;
	}
	
	.nav li ul a {
		/*padding: 0.25em; */
		padding: 10px 15px 10px 15px;
		color: #EFECE3;
		background: #B15C11;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
		z-index: 990;
	}
	.nav li ul a:hover {
		color: #FFFFFF;
		background: #AD6631;
		text-decoration:none;
		z-index: 990;
	}
	
