/* square */
.navSquare {
	font-weight: bold;
	font-size:1.05em;	
	border-bottom: 2px inset #607481;
	text-align:center;
	height:1.8em;
	white-space:nowrap;
	background:transparent;
	width:59em;
	margin: 0 0 1em 0; 
	padding: 0 0 0.2em 0;
	}
	
.navSquare li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
.navSquare a:link, 
.navSquare a:visited {
	line-height: 1.4em;
	padding: 0 .75em .6em .75em;
	text-decoration: none;
	color: #607481;
	}

.navSquare a.active, 
.navSquare a:hover {
	color: #22A;
	/* background: transparent url(/images/tab_square.gif) no-repeat bottom center;
	background: transparent url(/images/down_arrow.gif) no-repeat bottom center; */
	}
	
.navSquare a.active {
	color: #22A;
	color: #D3212C;
	background: transparent url(/images/down_arrow.gif) no-repeat bottom center;
	}