/*======================================*
** style.css
** ------------------------------------------------------------*
** Created: 08-052-08 (dd-mm-yy) for KhunWoody.com
** Author:  Woody Leonhard / Seth Bareiss
** Template: Main Pages
**======================================*/




/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html { height: 100%; }
body {
	font-family: /*Garamond, */ "Times New Roman", Times,"New York", serif ; 
	font-size: 18px;
	margin: 0;
	padding: 0;
	background: #69120B; /* wood color. Place this BEFORE background-image line, so the bg image will not be hidden by the bg color. */
    background-image: url(../img/mahogany-tile.jpg);
	color: #551111;
	
}


/* show pricetag image under prices */
.price {
		color: #EB5; font-size: 14px; 
		font-family:"Times New Roman",Times,"New York",serif;
		font-weight:normal;
		width: 45px;
		height: 18px; 
				
		background-image:  url('../img/pricetag.png');
/*		background-repeat: no-repeat; */
}  .price:hover {	color: #C93; background-position: -46px; }  
.price-rt { /* for pricetags that have the little string-hole on the right-hand side */
		color: #FC6; font-size: 14px; 
		font-family:"Times New Roman",Times,"New York",serif;
		font-weight:normal;
		width: 45px;
		height: 18px; 
				
		background-image:  url('../img/pricetag-rt.png');
		background-repeat: no-repeat; 
}  .price-rt:hover {	color: #DA4; background-position: -46px; }  


hr { color: #200706; size: 3px; width: 350px; }

.subcaption { font-style:italic; font-size:12px; line-height:0.9em; }

/* headers */
h1 { font-size: 30px; line-height: 0.9em; color: #200706; margin: 0; font-family:  "Times New Roman", Times, serif, Tahoma,  Helvetica, Arial, Garamond ; 
    }
h2, h3, h4, h5, h6 { line-height: 1.1em; color: #200706;  margin: 0; font-family:  "Times New Roman", Times, serif Tahoma, Helvetica, Arial, Garamond; }
h2 { font-size: 18px; font-weight: bolder; padding: 5px 0; font-variant:small-caps; }
h3 { font-size: 14px; padding: 0px 0; }
h4 { font-size: 12px; font-weight: bold; padding: 0px 0; text-align:right; }
h5 { font-size: 12px; font-weight: bold; padding: 0px 0; text-align:left; }	
h6 { font-size: 12px; font-weight: bold; padding: 0px 0; text-align:center; color: #CC9933; }

/* text */

p { 	font-family: Garamond, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 16px; 
		color: #200706;
        line-height: 1.5em; 
		margin: 0 0 11px; 
  }


/*  images */
img { border: 0px solid #551111; margin: 0 0px 0px 0; }
a img { border: 0 px solid #551111; }
a:hover img { border-color: #50300C; }

/* image preloading. source = http://www.borislavdopudja.net/en/writings/css_preloading/ */
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30; /*absurdly low z-plane number, so it's hiden under ALL other stuff on the page */
} 

/* put stuff in the right place on the page */
.place-www  { position: absolute; margin-left:   0px; top:   0px; z-index: 1; /* bg = 0; superimposed stuff = 1,3; menu = 2 */ }
.place-u    { position: absolute; margin-left: 275px; top:   0px; z-index: 1; }
.place-oo 	{ position: absolute; margin-left: 409px; top:   0px; z-index: 1; }
.place-com 	{ position:	absolute; margin-left: 537px; top:   0px; z-index: 1; }

.place-menu-left-1 				{ position: absolute; margin-left: 0px; top:   55px; z-index: 2; }
.place-menu-left-2 				{ position: absolute; margin-left: 0px; top:   75px; z-index: 2; }
	.place-menu-left-2-indent 	{ position: absolute; margin-left: 15px; top:  72px; z-index: 2; }
.place-menu-left-3 				{ position: absolute; margin-left: 0px; top:   95px; z-index: 2; }
	.place-menu-left-3-indent	{ position: absolute; margin-left: 15px; top:  89px; z-index: 2; }
.place-menu-left-4 				{ position: absolute; margin-left: 0px; top:  115px; z-index: 2; }
	.place-menu-left-4-indent	{ position: absolute; margin-left: 15px; top: 107px; z-index: 2; }
.place-menu-left-5 				{ position: absolute; margin-left: 0px; top:  135px; z-index: 2; }
	.place-menu-left-5-indent	{ position: absolute; margin-left: 15px; top: 125px; z-index: 2; }
.place-menu-left-6 				{ position: absolute; margin-left: 0px; top:  145px; z-index: 2; }

.place-mainstart				{ position: relative; margin-left: 0px; top: 60px; z-index: 3; }
/*

.place-menu-right-1 			{ position: absolute; top:  60px; z-index: 1; }
.place-menu-right-2 			{ position: absolute; top:  80px; z-index: 1; }
.place-menu-right-2-indent	 	{ position: absolute; top:  80px; z-index: 1; }
.place-menu-right-3 			{ position: absolute; margin-right: 0px; top:  100px; z-index: 1; }
.place-menu-right-3-indent		{ position: absolute; margin-right: 25px; top: 100px; z-index: 1; }
.place-menu-right-4 			{ position: absolute; margin-right: 0px; top:  120px; z-index: 1; }

.place-trophy-pic-left 			{ position: absolute; margin-left:  120px; top:  160px; z-index: 3; }
	.place-deadcenter-top		{ position: absolute; text-align:center;   top:  100px; z-index: 3; }
.place-trophy-pic-right 		{ position: absolute; margin-leftt: 500px; top:  160px; z-index: 3; }
*/

/* links */
a { text-decoration: none; color: #200706; }
a:hover { text-decoration: underline; color: #330000;  }

/* links on dark wood (mahogany) background */
a#onwood:link, a#onwood:visited, a#onwood:active {
	font-size: 20px; text-decoration: none;color: #C93; line-height: 0.7em; 
}
a#onwood:hover { font-size: 20px; text-decoration: underline; /* font-weight:bolder; */ color: #CB5; line-height: 0.8em; }

/* links on dark wood (mahogany) background */
a#onwood-freesize:link, a#onwood-freesize:visited, a#onwood-freesize:active {
	text-decoration: none; font-weight:bolder; color: #C93; 
}
a#onwood-freesize:hover { text-decoration: underline; color: #CB5; }

a#goldenboy {
	color: #CC9933; text-decoration: none;
}
a#goldenboy:hover { color: #CC9933; text-decoration:underline; }

.hideme/*:link, .hideme:visited, .hideme:active*/ { color: #FFF; } .hideme:hover { color: #866 }




/* Sandwich Shoppe logo mouseover easter eggs */

/* SS logo becomes ship-in-a-bottle on chalong map page */
a#ss-woody:link, a#ss-woody:visited, a#ss-woody:active {
		display: block; 
				
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 100px; 
				
		background-image:  url('../img/logo-sandwich-woody.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#ss-woody:hover {	background-position: -300px; }  


/* SS logo becomes ship-in-a-bottle on drink menu page */
a#ss-bottle:link, a#ss-bottle:visited, a#ss-bottle:active {
		display: block; 
				
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 100px; 
				
		background-image:  url('../img/logo-sandwich-bottle-anim.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#ss-bottle:hover {	background-position: -300px; }  


/* SS logo becomes map and magnifying glass */
a#ss-where:link, a#ss-where:visited, a#ss-where:active {
		display: block; 
				
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 200px;
		height: 100px; 
				
		background-image:  url('../img/logo-shoppe-where-anim.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#ss-where:hover {	background-position: -200px; }  


/* SS logo becomes chick and easter egg */
a#chick:link, a#chick:visited, a#chick:active {
		display: block; 
				
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 100px; 
				
		background-image:  url('../img/logo-sandwich-shoppe-anim.png');
		background-repeat: no-repeat;
} a#chick:hover {	background-position: -300px; }  

a#bunny:link, a#bunny:visited, a#bunny:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 200px;
		height:100px; 
				
		background-image:  url('../img/logo-shoppe-bunny-anim.png');
		background-repeat: no-repeat;
} a#bunny:hover { background-position: -200px; }  


/* SS logo becomes woody and add on "about us" page */
a#ss-companions:link, a#ss-companions:visited, a#ss-companions:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height:100px; 
				
		background-image:  url('../img/logo-sandwich-couple-anim.png');
		background-repeat: no-repeat;
} a#ss-companions:hover { background-position: -300px; text-indent: -9900px; }  

/* SS logo becomes hero sandwich */
a#hero:link, a#hero:visited, a#hero:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height:100px; 
				
		background-image:  url('../img/logo-sandwich-anim.png');
		background-repeat: no-repeat;
} a#hero:hover { background-position: -300px; }  

/* SS logo becomes cowboy */
a#ss-cowboy:link, a#ss-cowboy:visited, a#ss-cowboy:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height:100px; 
				
		background-image:  url('../img/logo-ss-cowboy.png');
		background-repeat: no-repeat;
} a#ss-cowboy:hover { background-position: -300px; }  

/* SS logo becomes waffle iron */
a#ss-waffle:link, a#ss-waffle:visited, a#ss-waffle:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height:100px; 
				
		background-image:  url('../img/logo-ss-waffle.png');
		background-repeat: no-repeat;
} a#ss-waffle:hover { background-position: -300px; }  


/* SS logo becomes muffin */
a#muffin:link, a#muffin:visited, a#muffin:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height:100px; 
				
		background-image:  url('../img/logo-muffin-anim.png');
		background-repeat: no-repeat;
} a#muffin:hover { background-position: -300px; }  


/* snorkeling baby in coffee cup on 404 page */
a#coffeediver:link, a#coffeediver:visited, a#coffeediver:active {
		font-size: 20px; text-decoration: none; font-weight:bolder; color: #C93; 
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:   280px;
		height: 100px; 
				
		background-image:  url('../img/scubababy.gif');
		background-repeat: no-repeat; 
		text-indent: 9999px;

} a#coffeediver:hover {	background-position: -280px; font-size: 20px; text-decoration: underline; font-weight:bolder; color: #CB5; }  


/* dot com in the title becomes various expanded words */
/* .com --> .compression on 404 page */
a#compress:link, a#compress:visited, a#compress:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/compress.jpg');
		background-repeat: no-repeat;
} a#compress:hover {	background-position: -242px; }  

/* .com --> .companions on "about us" page */
a#companions:link, a#companions:visited, a#companions:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/companions.jpg');
		background-repeat: no-repeat;
} a#companions:hover {	background-position: -242px; }  

/* .com --> .compression on 404 page */
a#competition:link, a#competition:visited, a#competition:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/competition.jpg');
		background-repeat: no-repeat;
} a#competition:hover {	background-position: -242px; }  

a#compatible:link, a#compatible:visited, a#compatible:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/compatible.jpg');
		background-repeat: no-repeat; 
} a#compatible:hover {	background-position: -242px; }  

a#computer:link, a#computer:visited, a#computer:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/computer.jpg');
		background-repeat: no-repeat; 
} a#computer:hover {	background-position: -242px; }  

/* .com --> .communication on contact page */
a#communication:link, a#communication:visited, a#communication:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/communication.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#communication:hover {	background-position: -242px; }  

/* .com --> .compadre on where-in-patong page */
a#compadre:link, a#compadre:visited, a#compadre:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/compadre.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#compadre:hover {	background-position: -242px; }  

/* .com --> .commute on patong map page */
a#commute:link, a#commute:visited, a#commute:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/commute.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#commute:hover {	background-position: -242px; }  

/* .com --> .communicate + phones on sandwich menu page */
a#communicate:link, a#communicate:visited, a#communicate:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/communicate.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#communicate:hover {	background-position: -242px; }  

/* .com --> .commmmplicity + pirates on breakfast menu page */
a#complicity:link, a#complicity:visited, a#complicity:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
 		background-image:  url('../img/complicity.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#complicity:hover {	background-position: -242px; }  

/* .com --> compote on menu page */
a#compote:link, a#compote:visited, a#compote:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/compote.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#compote:hover {	background-position: -242px; }  

/* .com --> comfort food on laguna page */
a#comfortfood:link, a#comfortfood:visited, a#comfortfood:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  242px;
		height: 60px; 
				
		background-image:  url('../img/comfortfood.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#comfortfood:hover {	background-position: -242px; }  



/* Bakery logo becomes easter egg on mouseover */
/* bakery logo becomes egg muffin sandwich */
a#eggmuffin:link, a#eggmuffin:visited, a#eggmuffin:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 200px;
		height:100px; 
				
		background-image:  url('../img/logo-bakery-muffin.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#eggmuffin:hover { background-position: -200px; }  

/* opera cake becomes operatic singer */
a#opera:link, a#opera:visited, a#opera:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 113px;
		height: 85px; 
				
		background-image:  url('../img/cake-opera.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#opera:hover {	background-position: -113px; }

/* NY cherry cheesecake becomes Melanie Griffith */
a#cherry-cheesecake:link, a#cherry-cheesecake:visited, a#cherry-cheesecake:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 113px;
		height: 85px; 
				
		background-image:  url('../img/cake-ny-cherry-cheesecake.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#cherry-cheesecake:hover {	background-position: -113px; }

/* spinach puff and power puff girls */  
a#spinach:link, a#spinach:visited, a#spinach:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 115px;
		height: 76px; 
				
		background-image:  url('../img/puff-spinach.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#spinach:hover {	background-position: -115px; }

/* tuna puff and puff the magic dragon */  
a#tunapuff:link, a#tunapuff:visited, a#tunapuff:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 152px;
		height: 94px; 
				
		background-image:  url('../img/puff-tuna-dragon.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#tunapuff:hover {	background-position: -152px;  color:#FFF; }

/* wifi logo becomes bagel sandwich */
a#wifibagel:link, a#wifibagel:visited, a#wifibagel:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 100px;
		height: 76px; 
				
		background-image:  url('../img/wifi.gif');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wifibagel:hover {	background-position: -100px; }  

/* wifi logo becomes brown gem */
a#wifi-gem:link, a#wifi-gem:visited, a#wifi-gem:active {
		display: block;
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 100px;
		height: 76px; 
				
		background-image:  url('../img/wifi-gem.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wifi-gem:hover {	background-position: -100px; }  

/* Woody's Sandwich Shoppes: menu, location, hiring, etc. */
a#sandwich_shoppes:link, a#sandwich_shoppes:visited, a#sandwich_shoppes:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-shoppes.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#sandwich_shoppes:hover { background-position: -300px; }  
/* bakery */
a#bakery:link, a#bakery:visited, a#bakery:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-bakery.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#bakery:hover { background-position: -300px; }  
/* toolkit */
a#toolkit:link, a#toolkit:visited, a#toolkit:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-toolkit.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#toolkit:hover { background-position: -300px; }  
/* windowssecrets.com */
a#windows_secrets:link, a#windows_secrets:visited, a#windows_secrets:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-secrets.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#windows_secrets:hover { background-position: -300px; }  
/* windowssecrets.com */
a#catering:link, a#catering:visited, a#catering:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-catering.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#catering:hover { background-position: -300px; }  
a#humor:link, a#humor:visited, a#humor:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 300px;
		height: 40px; 
				
		background-image:  url('../img/menu-irony.jpg');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#humor:hover { background-position: -300px; }  
a#pc_advice:link, a#pc_advice:visited, a#pc_advice:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px;
		height: 150px; 
				
		background-image:  url('../img/folder-pc-advice.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#pc_advice:hover { background-position: -150px; }  
/* windows-secrets.png */
a#windows_secrets_icon:link, a#windows_secrets_icon:visited, a#windows_secrets_icon:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  125px;
		height: 125px; 
				
		background-image:  url('../img/windows-secrets.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#windows_secrets_icon:hover { background-position: -125px; }  

/* drink menu silliness */
a#bananarama:link, a#bananarama:visited, a#bananarama:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  200px;
		height:  45px; 
				
		background-image:  url('../img/bananarama-89b.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#bananarama:hover { background-position: -200px; }  

/* www silliness */
a#windpipes:link, a#windpipes:visited, a#windpipes:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-windpipes.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#windpipes:hover { background-position: -275px; }  

a#www-vw:link, a#www-vw:visited, a#www-vw:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-vw.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#www-vw:hover { background-position: -275px; }  


a#weddingcakes:link, a#weddingcakes:visited, a#weddingcakes:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-cake.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#weddingcakes:hover { background-position: -275px; }  


a#wwwhiskey:link, a#wwwhiskey:visited, a#wwwhiskey:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/wwwhiskey.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwhiskey:hover { background-position: -275px; }  

a#wwwest:link, a#wwwest:visited, a#wwwest:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-west.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwest:hover { background-position: -275px; }  

a#wwwoody:link, a#wwwoody:visited, a#wwwoody:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-woody.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwoody:hover { background-position: -275px; }  

a#wwwaffles:link, a#wwwaffles:visited, a#wwwaffles:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-waffles.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwaffles:hover { background-position: -275px; }  

a#wwwaffleiron:link, a#wwwaffleiron:visited, a#wwwaffleiron:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-waffleiron.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwaffleiron:hover { background-position: -275px; }  

a#wwwell:link, a#wwwell:visited, a#wwwell:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  275px;
		height:  60px; 
				
		background-image:  url('../img/www-well.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#wwwell:hover { background-position: -275px; }  

a#sayhello:link, a#sayhello:visited, a#sayhello:active {
		display: block; 
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px;
		height: 113px; 
				
		background-image:  url('../img/babyface.jpg');
		background-repeat: no-repeat;
} a#sayhello:hover { text-decoration:none; background-image: url('../img/einstein.jpg'); }  

/* End of Main Menu Mouseover Madness */

