.gallerycontainer{
position: relative;
float: right;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

BODY {
	background-color: #FDCF5F;
}
BODY, P, TABLE, TR, TD, DIV
{
	font-family:  verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}
A
{
	text-decoration: none;
	color: #0000aa;
}
A:hover
{
	text-decoration: underline;
	color: #aa0000;
}
A:visited
{
	text-decoration:  none;
	color: #884488;
}
.footnote
{
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
	color: #888888;
}
.menu 
{
	padding: 3px;
	display: none;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000000;
	width: 130px;
}
.menu a 
{
	color: #000;
	text-decoration: none;
	line-height: 10px;
}
.menu a:visited 
{
	color: #000000;
}
.menu a:hover 
{
	color: #0000ff;
}
#menu_item
{
	margin-bottom: 5px;
	font-weight: bold;
}


/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  absolute;		
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/* border: 1px solid #555; */
	/* white-space:nowrap; */
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #000000;;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #888888;;
	background-color: cornflowerblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:9em;	width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	float: left;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -3em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */
