	.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;
		z-index:1000;
	}
			
	.IR em {
		display: block;
		position: absolute;
		top: 0; left: 0;
		z-index: 900;
	}
	
	/* 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;z-index:1000; }
	.nav li { float: left; padding-bottom: 0px; } /* add a little bottom padding to make sure the 
																			  sub menus don't disappear before selecting them */
	.nav li, .nav li em {  }
	
	* html>body ul.nav li em { margin-bottom: -24px; } /* for ie5.x/mac only */
	
	
#navhome, #navgame, #navclub, #navblog, #navcontact {cursor:pointer; height:53px; float:left; margin:0 10px; display:inline;}
#navhome:hover, #navgame:hover, #navclub:hover, #navblog:hover, #navcontact:hover {background-position:0 -53px;}

#navhome {background: url(/images/nav/navhome.png) no-repeat; width:146px;}
#navgame {background: url(/images/nav/game.png) no-repeat; width:124px;}
#navclub {background: url(/images/nav/navclub.png) no-repeat; width:180px;}
#navblog {background: url(/images/nav/blog.png) no-repeat; width:99px;}
#navcontact {background: url(/images/nav/contact.png) no-repeat; width:149px;}
	
	
	
	#clubdrop li {width:200px; left:0px;margin-top:0px;}
	#gamedrop li {width:200px; left:0px;margin-top:0px;}
	
	/* suckerfish styles */
	.nav a { display: block; font-weight: normal; }
	* html .nav a { height: 1%; }
	
	.nav li ul {
		position: absolute;
		z-index: 1000; /* show the dropdowns above the images */
		top: 48px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		
	}
	
	
	.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: 120%;
		color:white;
		
	}
	
	.nav li ul a {
		padding: 0.25em;
		color: #dfdedc;
		background:#85755d;
		padding:10px 5px;
		font-weight:bold;
		text-decoration:none;
		
	}
	.nav li ul a:hover {
		color: black;
		background: #b3b3b3;
	}
	/*]]>*/
