a {
	color: green;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: green;
	text-decoration: underline;
}


li.active ul a.more {
	color: green;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
	letter-spacing: 0;
	clear: left;
	float: none;
}

a.more:hover {
	text-decoration: none;
		color: black;
}

li.active ul h1 {
	color: green;	
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}


h2.title {
	color: #346432;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 630px;
	height: 30px;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 10px;
	display: block;
	position: relative;
	white-space: nowrap;
	top: 15px;
	text-indent: 100px;
	border-top: 1px solid grey;
	clear: left;
	text-decoration: none;
}

h2.title a:hover {
	color: green;
	text-decoration: underline;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: nowrap;
}

h2.title a {
	text-indent: 0px;
	color: green;
	text-decoration: underline;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.photo {
	width: 700px;
	text-align: left;
	position: relative;
	margin: -2px auto;
	margin-top: 43px;
	z-index: 3;
}

.pageTitle {
	color: white;
	text-align: center;
	text-shadow: black 3px 3px 5px;
	font: italic small-caps 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: underline;
}

body {
	color: #333;
	text-align: center;
}

.photo ul.topic {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 700px;
	height: auto;
	position: relative;
	z-index: 2; 
}

.photo ul.topic li {
	width: 630px;
	/*height: 31px;*/
	float: left;
	position: static;
	display: block;
}

/*.photo ul.topic li a.set {
	display: block;
	font-size: 11px;
	width: 124px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #ccc;
	font-family: verdana, arial, sans-serif;
}*/

/*.photo ul.topic li a ul, 
.photo ul.topic li ul {
	display: none;
}*/

.photo ul.topic li.active {
	padding:5px 0 10px 30px;
	margin:0 0 0 0;
	color: red;
	background: transparent url(global/navBack12.png) no-repeat;
	font: small-caps bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;
	width: 680px;
	border: 0px none black;
}

/* @group My Group */



/* @end */

/*.photo ul.topic li a:hover,
.photo ul.topic li:hover a {
	color: #fff;
	background: transparent;
}*/

.photo ul.topic li.active ul {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	list-style: none;
	margin: 0px;
	margin-top: 6px;
	height: 505px;
	background: transparent url(global/transparentWhite80Plain.png) repeat;
	width: 680px;
	padding: 10px 10px;
	border: 0px solid #eee;
	border-top: 1px solid #eee;
	z-index: 1;
	color: #333;
	overflow: scroll;
	visibility: visible;
	font-size: 14px;
	font-variant: normal;
}

.photo ul.topic li.active ul h1 {
	padding: 0 0 5px;
	text-align: center;
	/*border-bottom: 1px solid #009933;*/
	color: #009933;
	margin: 0;
}

.photo ul.topic li.active ul p img {
	padding: 3px;
	margin: 0;
	text-align: center;
}

.photo ul.topic li.active ul p {
	padding: 0;
	margin: 0;
	/*text-align: center;*/
	width: 630px;
	line-height: 1.8em;
}

hr {
	clear: both;
	display: block;
}


/*.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 31px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 375px;
	background: #ddd;
	width: 5px;
	padding: 40px 60px;
	border: 20px solid #aaa;
	z-index: 2;
}*/

.photo ul.topic li ul li {
	display: inline-block;
	height: auto;
	border: 1px solid #000;
	margin: 1px;
	color: gray;
	font-size: 12px;
	line-height: 14px;
}

.photo ul.topic li.active ul.activeul li.text {
	display: block;
	height: auto;
	border: 0px none #000;
	margin: 1px;
	color: gray;
	font-size: 12px;
	line-height: 14px;
	width: 600px;
}

.photo ul.topic li ul li a {
	float: left;
	text-decoration: none;
	border: 0px none #fff;
	font-size: 14px;
	width: 150px;
}


.photo ul.topic li ul li a img {
	display: inline-block;
	width: 105px;
	height: 81px;
	border: 1px solid green;
	z-index: 20;
}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover {
	white-space: normal;
	position: relative;
	text-decoration: underline;
}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img {
	display: inline-block;
	left: -10px;
	top: -10px;
	width: 105px;
	height: 81px;
	border-color: #fff;
	z-index: 20;
	background-color: green;
}

