#menuh
	{
	font-size: 10px;
	width:100%;
	float:left;
	margin: 0em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid CadetBlue;
	white-space:wrap;
	margin-right:-0.1em;
	margin-left:0;
	margin-top:-0.1em;
	margin-bottom:0em;
	padding: 0.3em;
	text-indent: .1em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-color: LightSteelBlue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: white;
	}	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/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(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12.68em;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display: none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#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;}


.border {border: 1px solid black;
}

.sideborder {border-left: 1px solid black;
border-right: 1px solid black;
}

.bottomsideborder {border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

.topsideborder {border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
}

.menuborder {border-top: 1px solid black;
		border-bottom: 1px solid black;
 }
.lnk {margin-top: 1px;
      margin-bottom: 0px;
	  color:#993333;
}
.maintext  { margin-top: 0px;
            line-height: 120%;
            font-family: Georgia, Palatino Linotype, Palatino, "Times New Roman", Times, serif; 
	         font-size: 14px;
			   color:#000000;}

.footnoteborder {border-top: 1px solid white;
border-bottom: 1px solid white;
padding: 0em;
margin: 0em
	 }

.footnotetext  {
	color: black;
	font-weight: normal;
	font-size: 0.63em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	margin: 0em;
	padding: 0.3em;
	}

.title  {
	margin-top: 0px;
	line-height: 100%;
	color:#993333;
	font-weight: normal;
	font-family: Georgia, Palatino Linotype, Palatino, "Times New Roman", Times, serif;
	font-size: 20px;
	
	}

.photocite {
	font-size : 9px;
	color:#666666;
	font-style: italic;
}

li.space {
	padding: 5px 0px 5px 0px;
	
}

li.smallindent {
	margin: 5px 0px 5px -25px;
	}

li.box {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px -25px;
	}

table.li {
	list-style-position: outside;
}

table.left {
	margin: 5px 15px 5px 0px;
	float: left;
}

.photoright {
	border: 1px solid gray; 
	margin: 4px 0px 5px 10px;
	float: right;
}

.photoleft {
	border: 1px solid black; 
	margin: 0px 10px 5px 0px;
	float: left;
}


