﻿a.nav, a.nav:link, a.nav:visited {
	border-width: 1px;
	border-color: #808080;
	display: block;
	height: 45px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	overflow: hidden;
	background-image: url('../Images/Tabs/navredbk.png');
	background-repeat: repeat-x;
	float: left;
	clear: right;
	padding-right: 28px;
	padding-left: 28.1px;
	font-weight: normal;
	border-right-style: solid;
}
a.nav:hover {
	background-image: url('../Images/Tabs/MainNAvBGGrey.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 8px;
}
a.nav:active {
	background-image: url('../Images/Tabs/MainNAvBGGrey.png');
	background-repeat: repeat-x;
}
