	* { margin: 0; padding: 0; }

	.navclear:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    navclear: both; 
	    visibility: hidden;
	}

	.navclear { display: inline-block; }
	body {font-family: arial, helvetica, sans-serif;}
	/* Hides from IE-mac \*/
	* html .navclear { height: 1%; }
	.navclear { 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;
		z-index: 888;
	}
			
	.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; background: #073760;}
	.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 {}
	.nav em{text-indent: -9999px;}
	* html>body ul.nav li em { margin-bottom: -50px; } /* for ie5.x/mac only */

	.link1 em, .link2 em, .link3 em, .link4 em, .link5 em { 
		background: url('/images/site/nav_sprite.png') no-repeat; 
		cursor: pointer;
		/* IE5 requires cursor: hand; however this is not valid CSS2 */
	}

	.link1 { left: 0px; width: 143px; height: 50px;}
	.link1 em { background-position: 0 0; width: 143px; height: 50px;}
	.link1:hover em { background-position: 0 -51px; }

	.link1_active { left: 0px; width: 143px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat 0 -111px;}
	.link1_active em { background-position: 0 -51; width: 143px; height: 50px;}
	.link1_active:hover em {width: 143px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat 0 -51px; }
		
	
	.link2 { width: 70px; height: 50px; width: 70px; height: 50px;}
	.link2 em { background-position: -138px 0; width: 70px; height: 50px;}
	.link2:hover em { background-position: -138px -51px; width: 70px; height: 50px;}
	
	.link2_active { left: 0px; width: 70px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -138px -111px;}
	.link2_active:hover em {  width: 70px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -138px -51px; }
	
	
	.link3 { width: 190px; height: 50px;}
	.link3 em { background-position: -208px 0; width: 190px; height: 50px;}
	.link3:hover em { background-position: -208px -51px; width: 190px; height: 50px;}
	
	.link3_active { left: 0px; width: 190px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -208px -111px;}
	.link3_active:hover em {width: 190px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -208px -51px; }
	
	.link4 { width: 107px; height: 50px;}
	.link4 em { background-position: -398px 0; width: 107px; height: 50px;}
	.link4:hover em { background-position: -398px -51px; width: 107px; height: 50px;}
	
	.link4_active { left: 0px; width: 107px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -398px -111px;}
	.link4_active:hover em {width: 107px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -398px -51px; }
	
	.link5 { width: 143px; height: 50px;}
	.link5 em { background-position: -505px 0; width: 443px; height: 50px;}
	.link5:hover em { background-position: -505px -51px; width: 443px; height: 50px;}
	
	.link5_active { left: 0px; width: 443px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -505px -111px;}
	.link5_active:hover em {width: 143px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -505px -51px; }
	
	/*li#navend {width: 300px; height: 50px; background: url('/images/site/nav_sprite.png') no-repeat -648px -111px;display: inline;}*/
	
	/* set anything special to each specific dropdown */
	ul#dropdown1 { width: 126px; margin-left: 17px;  }
	ul#dropdown2 { width: 100px;}
	ul#dropdown3 { width: 190px;}
	ul#dropdown4 { width: 107px;}
	ul#dropdown5 { width: 130px;}
	
	/* 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: 47px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		border: 0px solid #FFCC00;
		
	}
	.nav li ul.dropdown2 {width: 120%;} /* force the news nav item to be a bit wider */
	
	.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: 110%;
		border-bottom: 1px solid #FFCC00;
		width: 100%;
		background: #FFFFCC;
		display: block;
	}
	
	.nav a {
		text-decoration: none;
		font-size: 80%;
		outline: none;
	}
	.nav li ul a {
		padding: 5px;
		color: #8f5b00;
		background: #FFFFCC;
	}
	.nav li ul a:hover {
		color: #CC0000;
		background: #FFCC00;
	}