/* CSS Document */

/* This is the standard left side menu nav bar for NTC websites */

#leftmenu {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 120px;
	}
#leftmenu p {
	font-size: .8em;
	}
#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	}
#leftmenu li {
	margin: 0;
	}
#leftmenu a {
	display: block;
	padding: 2px 2px 2px 2px;
	border: 3px outset #95a3ab;
	background-image: url(/images/ntc_ltblue_block.gif);
	background-repeat: no-repeat;
	color: #ffffcc;
	text-decoration: none;
	}
#leftmenu a:hover, #leftmenu a:active,
#hotleft a {
	border: 3px inset #95a3ab;
	background-image: url(/images/ntc_dkblue_block.gif);
	background-repeat: no-repeat;
	}
#leftmenu a:hover {
	border: 3px outset #95a3ab;
	}

#leftmenu h1 {
    font-size: .8em;
	text-align: center;
	}