@charset "utf-8";
.TabBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	text-align: center;
	cursor: hand;
}
.TabBox a {
      display:block;
      height:31px;
      width:109px;
      line-height:31px;
      text-decoration: none;
      background-image: url(images/NavBarBKG.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      }

.TabBox a:link {
	color: #2955A2;
}
.TabBox a:visited {
	color: #2A53A3;
	display: block;
}
.TabBox a:hover {
	color: #578F41;
	background-image: url(images/NavBarBKG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	text-align: center;
	overflow: visible;
	visibility: visible;
	height: 31px;
}
.TabBox a:active {
      color: #2B56A2;
      display: block;
}
