/* TOP LINKS */
td#links {
	cellpadding: 0px;
	height: 30px;
	vertical-align: center;
	text-align: center;
	margin-top: 0px;
	border-top: 0px;
	vertical-align: middle;
}



table#links_table {
	cellpadding: 0px;
//	width: 760px;
	height: 30px;
	vertical-align: center;
	text-align: center;
	background-color: #46382f;
	margin-top: 0px;
	border-top: 0px;
	vertical-align: middle;
	font-size: 10pt;
}


table#links_table td {
	margin-right: 4px;
	margin-left: 4px;
	border-bottom: 1px solid #2f231b;
	background: url('../images/BKG_LinksGradient.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #46382f;
	vertical-align: middle;
	text-align: center;
}
table#links_table td a { color: #a38b2d; text-decoration: none; }
table#links_table td a:hover { color: #f8ff8f; }
table#links_table td a:visited { color: #a38b2d; }
table#links_table td a:hover:visited { color: #f8ff8f; }



table#links_table td:hover {
	background: #2f231b;
	color: #fff;
}
table#links_table td:hover a { color: #f8ff8f; text-decoration: none;  }



table#links_table td.active {
	background: #dcd7d9;
	color: #2f231b;
	background: url('../images/BKG_LinksGradient_ACTIVE1b.jpg');
	background-repeat: repeat-x;  
	background-position: left bottom;
	border-bottom: 1px solid #dcd7d9;
//	border-right: 1px solid #2f231b;
//	border-top: 1px solid #2f231b;
//	border-left: 1px solid #2f231b;
}
table#links_table td.active a {
	color: #2f231b;
}




