/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:.2em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:wrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: DimGray;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: Gray;
	}	
			
#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:9.8em;	/* width of all menu boxes */
	}

#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;}

/* End CSS Drop Down Menu */

.lnk {font: 12px Arial, Helvetica, Verdana, sans-serif; 
      margin-top: 1px;
      margin-bottom: 0px;
	   font-weight: bold;
	   color:#006699;
}
.lnk6 {font: 12px Arial, Helvetica, Verdana, sans-serif; 
      margin-top: 1px;
      margin-bottom: 0px;
	   font-weight: bold;
	   color:#000000;
}
.maintext  { margin-top: 0px;
            line-height: 120%;
            font-family: Verdana, Arial, Helvetica, sans-serif; 
	         font-size: 80%;
			   color:#000000;}

.footnotetext  {
	margin-top: 0px;
	color:#FFFFFF;
	font-weight: none;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #555;
	margin:0;
	padding: 0.3em;
	background-color: #696969;
	}

.title  { margin-top: 0px;
          line-height: 100%;
			 color:#CC0000;
			 font-weight: bold;
          font-family: Geneva, Arial, Helvetica, sans-serif; 
	       font-size: 130%}

.error  { margin-top: 0px;
          line-height: 120%;   
	       font-family: Verdana, Arial, Helvetica, sans-serif;
          color:#ff0000;}

.quote { margin-top: 0px;
          line-height: 120%;   
	       font-family: Verdana, Arial, Helvetica, sans-serif;
	       font-size: 8pt;
          color:#666666;}
							
.photocite {
	font-size : 9px;
	color:#666666;
	font-style: italic;
}

.gen { font-size : 11px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

hr {background-color: #e2e2e2;}

.postsubject {
	font-weight: bold;
}

.indextopictitle {
   font-size: 130%;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

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;
	}
