a.navtab{ 
	font-size:11px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	}
a.navtab:hover{ 
	font-size:12px;
	line-height: 21px;
	}
.navtab_spec{
	width:110px;
	height: 350px;
	margin: 0px auto;
	}
.navtab_active{
	text-align: center;
	color: white;
	height: 20px;
	background-position: top left;
	background-image: url(../resources/navtab_active.png);
	margin: 0px auto;
	background-repeat: no-repeat;
	}	
.navtab_nonactive{
	text-align: center;
	color: white;
	height: 20px;
	background-position: top left;
	background-image: url(../resources/navtab_nonactive.png);
	margin: 0px auto;
	background-repeat: no-repeat;
	}
.navtab_base{
	background-image: url(../resources/navtab_basegradient.png);
	background-repeat: repeat-x;
	height: 50px;
	}	

