h2 {
	color: #70AB69;
	margin: 0px;
	padding: 0px;
}

#main_navigation{
	background-image: url(../images/top_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 598px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	min-height: 25px;
}
#main_navigation a {
	color: #000000;
	text-decoration: none;
}


#sub_navigation{
	background-color: #70AB69;
	padding: 5px;
}
#sub_navigation li.active{
	background-image: url(../images/aboutus_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	color: #FFCC00;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAD1A5;
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}

#sub_navigation li a {
	background-image: url(../images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAD1A5;
	display: block;
	padding-bottom: 3px;
}
#sub_navigation li a:hover {
/*	background-image: url(../images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
*/	color: #FFFFFF;
}
.aboutus_active {
	background-color: #70AB69;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	font-size: .95em;
	width: 70px;
	text-align:center;
}


.struct img
{
	border:0px;
	margin:0px;
	padding:0px;
	width:auto;
	display:block;
	float:left;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding:0px;
		width: 600px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	</style>
