div#topnav {
	position:absolute; top:142px; left:245px;
	width:650px; height:20px;
}

div#topnavalign { /* just for aligning the icons */
	position:absolute; top:165px; left:250px;
	width:650px; height:20px;
	background:#fff url(../images/topnav/navtext.gif) no-repeat;
	display:none;
}

div#topnav img { height:20px; float:left; }

div#topnav a {
	display:inline; float:left;
	height:20px;
	overflow:hidden;
	margin:0; padding:0;
	background-color:#fff;
	background-repeat:no-repeat;
	border:none;
}

div#topnav a img { height:20px; margin:0; padding:0; border:none; }

div#topnav a.home { background-image:url(../images/topnav/home.gif);
					background-position:center 0px; }
div#topnav a.home:hover { background-position:center -20px; }
div#topnav a.home img { width:60px; margin-right:18px; }

div#topnav a.about { background-image:url(../images/topnav/about.gif);
					background-position:center 0px; }
div#topnav a.about:hover { background-position:center -20px; }
div#topnav a.about img { width:83px; }

div#topnav a.products { background-image:url(../images/topnav/products.gif);
					background-position:center 0px; }
div#topnav a.products:hover { background-position:center -20px; }
div#topnav a.products img { width:112px; }

div#topnav a.catering { background-image:url(../images/topnav/catering.gif);
					background-position:center 0px; }
div#topnav a.catering:hover { background-position:center -20px; }
div#topnav a.catering img { width:109px; }

div#topnav a.gifts { background-image:url(../images/topnav/gifts.gif);
					background-position:center 0px; }
div#topnav a.gifts:hover { background-position:center -20px; }
div#topnav a.gifts img { width:73px; }

div#topnav a.contact { background-image:url(../images/topnav/contact.gif);
					background-position:center 0px; }
div#topnav a.contact:hover { background-position:center -20px; }
div#topnav a.contact img { width:88px; }

img.tilde { width:12px; height:20px; }

