/*<![CDATA[*/
	* { margin: 0; padding: 0; }
	@charset "UTF-8";

	body { 	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		behavior: url(hover.htc);
	}
	h2 { 
		font: normal 150% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
	}
	
	h3 { 
		margin-bottom: 1em;
		font: normal 130% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
	}
	
	p { margin: 0.5em 0; }
	a { text-decoration: none; font-weight: bold; }
	a:hover { text-decoration: underline; }
	.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; } /* add a little bottom padding to make sure the 
																			  sub menus don't disappear before selecting them */
	.nav li, .nav li em { height: 23px; }
	
	.link1 li, .link1 li em { width: 145px; }
	
	.link2 li, .link2 li em { width: 130px; }

	.link3 li, .link3 li em { width: 150px; }
	
	.link4 li, .link4 li em { width: 119px; }
	
	* html>body ul.nav li em { margin-bottom: -20px; } /* for ie5.x/mac only */
	
	.link1 em, .link2 em, .link3 em, .link4 em { 
		cursor: pointer;
		width: 154px;
		/* IE5 requires cursor: hand; however this is not valid CSS2 */
}

	.link1 { width:146px; height: 23px; left: 0; bottom: 0px; }
	.link1 em { background: url(http://laylafanucci.com/images/about_layla.gif) no-repeat; background-position: 0 0; }
	.link1:hover em { background-position: 0 -23px; }
	.link2 { width: 131px; height: 23px; left: 0px; bottom: 0px; }
	.link2 em { background: url(http://laylafanucci.com/images/portfolio_btn.gif) no-repeat; background-position: 0 0; }
	.link2:hover em { background-position: 0 -23px; }
	.link3 { width: 151px; height: 23px; left: 0px; bottom: 0px; }
	.link3 em { background: url(http://laylafanucci.com/images/shop_btn.gif) no-repeat;background-position: 0 0; }
	.link3:hover em { background-position: 0 -23px; }
	.link4 { width: 120px; height: 23px; left: 0px; bottom: 0px; }
	.link4 em { background: url(http://laylafanucci.com/images/contact_new.gif) no-repeat;background-position: 0 0; }
	.link4:hover em { background-position: 0 -23px; }
	
	/* suckerfish styles */
	.nav a { display: block; font-weight: normal; }
	* html .nav a { height: 1%; }
	
	.nav li ul {
		position: absolute;
		z-index: 2091; /* show the dropdowns above the images */
		top: 23px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-decoration: none;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
	}
	
	.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: 11px;
		border-top: 1px solid #666666;
	}
	
	.nav li ul a {
		padding: 5px;
		color: #999999;
		background: #131313;
	}
	.nav li ul a:hover {
		color:#ffffff;
		background: #333333;
	}

	/*]]>*/