
table#nav {
	border-bottom: 0px solid #000;
	border-left:  0px solid #000;
}

table#nav td {
	font: 14px verdana, arial, sans-serif;
	text-align: center;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
}

table#nav td a {
	width: 100px;
	font-weight: 400;
	text-decoration: none;
	color: #633;
	display: block;
	margin: 0;
	padding: 0;
}

#nav td a:link, #nav td a:visited {
	background: transparent url(/images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	line-height: 25px;
}

#nav td a:hover {
	/* background: transparent url (/images/nopat.gif) repeat; */
	font-weight: 900;
	background-color: #0396f9; 
}

td#home a:link img, td#home a:visited img {
	/* with an image filling the table cell, this class has no effect */
	color: #c30;
	background: transparent url(/images/bgpat.gif) repeat;
	width: 500px;
	height: 151px;
	margin: 0;
	padding: 0;
}

td#home a:link hover {
	/* with an image filling the table cell, this class has no effect */
	color: #f60;
	background: green url(/images/nopat.gif) repeat;
	width: 800px;
	height: 550px;
}

