.menu {
	list-style-type: none;
  font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 1em;
	font-weight: bold;
}
.menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 12em;
	margin-right: 2px;
	text-align: center;
	background-image: url(/ndLayout/images/bottom_tab_1x25.jpg);
	background-repeat: repeat-x;
	background-position: center left;
}
.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 20px;
/*	color: white; */
	color: #C6925A;
	padding-top: 5px;
}
.menu li .top {
	background-image: url(/ndLayout/images/top_tab_1x25.jpg);
}

/*
#col1 a,#col1 a:visited,#col1 a:hover,#col1 a:active { color: inherit; text-decoration: inherit;}
*/

.red { color: #dd5227; }
.blue { color: #2e96b1; }
.orange { color: #febf12; }

#col1 h2.tier1 { border-bottom: 2px solid #ADD8E6; }
#col1 .tier1 a { color: #dd5227; text-decoration: none;}
#col1 .tier2 a { color: #2e96b1; text-decoration: none;}
#col1 .tier3 a { color: #dd5227; text-decoration: none;}
#col1 .current a { color: #9a5; font-weight:bold; }
