#nav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	height: 28px;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 4px 0 0 0;
	height: 28px;
	text-align: center;
}
#nav li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px 0 0 0;
	border-right: 1px solid black;
}
#nav li a{
	text-decoration: none;
	color: #333333;
}
#nav li a:hover {
	text-decoration: underline;
	color: #545454;
}

#nav li.last {
	margin: 0px;
	border-right: 0px solid blue;
}

td .products {
	margin:0px;
	padding:0px;
}

.products img {
	border:1px solid black;
	margin-bottom: 5px;
	margin-left: 3px;
}
