.hpTb {
	
	margin-left: 5px; 
	font-family: "Garamond", Times, serif;
	font-size: 12pt;
	overflow: auto;
	width: 353px;
	height: 367px;
	scrollbar-base-color: #E9BD39;
	scrollbar-face-color: #EDC85E;
	
}

/* TOP NAVIGATION */

#navigation {
	background:#256483;
	width:760px;
	padding-top:3px;
	height:22px;
	font-family: Tahoma;
	font-size:9pt;
}

.navtop {
	font-family: Tahoma;
	font-size:9pt;
	padding-right:20px;
	margin-left:-4px;
	background:url(images/navgif.gif) no-repeat right center;
}

.navtop a:hover{
	color:#DED48D !important;
}

.navtop ul li a:hover{
	border: 1px solid #DED48D !important;
	color:#DED48D !important;
	
}


#nav .top { /* all 1st level list items should include class="top" */
	background: white;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 12px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav a {
	text-align:left;
	display: block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#nav a:hover {
	display: block;
}
	
#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #256483;
	width: 160px;
	margin-left:-1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li ul {
	margin-left:161px;
	margin-top:-20px;
} 

#nav li ul a{
	margin-top:0px;
	width:153px;
	border:1px solid #000000;
	font-weight: normal;
	text-align:center;
	padding:3px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.navtop a{
	padding:3px 3px 7px 3px;
}
	
.navtopright{
	margin-top:8px;
}

.navtopright a{
	padding:3px 10px 3px 10px;
}

.nav {
	width:160px;
}

.aboutus{
	padding:0;
	background:none;
}

.flyout{
	background:url(images/arrow.jpg) no-repeat right center !important;
}