/* for IE6 browsers or below */

#nav {display: inline;}

#box {height:100px; overflow:visible;} /*simulate min-height */


/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	
.clearfix {height:1%;}

/* commented backslash hack - invisible to IE5 Mac \*/
	html>body div.shadow {
		background:#084157;
	}
	/* end hack */ 
	
	

#nav { /*Non IE rule*/
width: auto;
min-width: 10em;
}
* html #nav {
  width: 10em;/* for IE5 and IE6 in quirks mode */
  w\idth: 10em;/* for IE6 in standards mode */
}


