.primary-navigation td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
	padding-right: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.primary-navigation td a:link {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}

.primary-navigation td a:visited {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}

.primary-navigation td a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}.primary-navigation td a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
}
