@charset "UTF-8";
.NavTabGroup
{
	margin: 0px;
	padding: 0px;

}
.NavTab
 {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width: 86px;
	height: 27px;
	float: left;
	text-align: center;
	background-image: url(images/TabTile.gif);
	background-repeat: repeat-x;
	color: #020202;
	display: table-row;
	vertical-align: top;
	padding-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.NavTab:hover    {
	background-color: #CCCCCC;
	background-image: none;
}
.NavTab  a {
	color: black;
	text-decoration: none;
}
.NavTabActive {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width: 86px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	height: 27px;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	color: #020202;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.NavTabActive   a {
	color: black;
	text-decoration: none;
}

