@charset "UTF-8";
/* CSS Document */

#teamNav, #teamNav ul {
 	margin: 0;
 	padding: 0;
 	width: 140px;
 	list-style: none;
}
#teamNav h4 {
	display:block;
	text-align:center;
	color: white;
	background-color: #000033;
	list-style-type: none;
	margin:0px;
	padding:5px 0px;
}
#teamNav li {
	display: block;
	padding:1px 5px;
	text-decoration: none;
	background-color: #FFFF99;
	text-decoration: none;
	border-bottom:1px solid #FF9900;

}
#teamNav li:visited {
	display: block;
	color:#FF3333;
	text-decoration: none;
}

#teamNav li:hover {
	display: block;
	color:blue;
	text-decoration: none;
	background-color: #FFFF00;
}
/* ALPHABET NAV BAR 
=======================================================
*/
#main table.alphaTab { /* better to define the table elements than the A tag */
	border-top:1px solid black;
	padding-top:10px;
	margin-top:40px;
	margin-bottom:20px;
	font-size: .7em;
}
#main table.alphaTab td {
	position:inline;
	text-decoration: none;
	color: #003;
	padding:4px 6px;
	background-color: #ff9;
}
#main table.alphaTab td:hover {
	color:blue;
	text-decoration: none;
	background-color: #ff0;
	color: #c09; 
	padding:4px 6px;
}
