table#navbar td {
	background-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A0A0A0;
	background-image:  url("../images2/navbar/button-off.gif");
	background-repeat: repeat-x;
}
table#navbar td a {
	font-size: xx-small;
	font-family: "MS Sans Serif", Arial;
	color: white;
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
  }
table#navbar td a:hover {
	background-color: #333333;
	background-image:  url("../images2/navbar/button-on.gif");
	background-repeat: repeat-x;
}
