/* 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 */

#topmenu {
	font-size: .9em;
	margin: 10px 0 2.5em 155px;
	width: 100%;
	}
#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/ntc_ltblue_block.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffcc;
	}
#topmenu a:hover, #topmenu a:active,
#hotlink a {
	border: 3px inset #95a3ab;
	background-image: url(/images/ntc_dkblue_block.gif);
	background-repeat: no-repeat;
	}
#topmenu a:hover {
	border: 3px outset #95a3ab;
	}
