/* CSS Document */

/* this is the standard top menu/nav bar for NTC web sites.  it is based
on information and sample from the projectseven.com website */

#menuholder {
    width: 100%;
	text-align: center;
	}

#topmenu {
	font-size: 1em;
	margin: 10px 0 2.5em 0;
	width: 460px;
	}
#topmenu li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
	}
#topmenu ul {
	margin: 0;
	padding: 0;
	}
#topmenu a {
	padding: 3px 10px 3px 10px;
	border: 3px outset #95a3ab;
	background-image: url(/Images/ntcf_dkblue_block.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF200;
	}
#topmenu a:hover, #topmenu a:active,
#hotlink a {
	border: 3px inset #95a3ab;
	background-image: url(/Images/ntcf_ltblue_block.gif);
	background-repeat: no-repeat;
	}
#topmenu a:hover {
	border: 3px outset #95a3ab;
	color: #FFF200;
	}
