/* Begin CSS Drop Down Menu */
#menuh-container { position: absolute; top:10em; left:50px; z-index:501; }
#menuh { font-size:10px; font-family:verdana; width:100%; float:left; margin:2em; margin-top: 1em; }
#menuh a { text-align:center; display:block; border:1px solid #555; white-space:nowrap; margin:0;
	padding: 0.3em;
}
/* menu at rest */
#menuh a, #menuh a:visited	{ color:white; background:#99CFE3; text-decoration:none; }
/* menu at mouse-over  */
#menuh a:hover	{ color:#666666; background-color:#E6F3FE; }	
/* attaches down-arrow to all top-parents */
#menuh a.top_parent, #menuh a.top_parent:hover { background:url(navdown_white.gif) right center no-repeat; }
/* attaches side-arrow to all parents */
#menuh a.parent, #menuh a.parent:hover { background:url(nav_white.gif) right center no-repeat; }
#menuh ul { list-style:none; margin:0; padding:0; float:left; width:195px;	/* 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 */

#menu_top { position:absolute; top:1em; right:1em; margin:0; padding:0; text-align:right; color:white; z-index:97; }
#menu_top p	{ padding:0; margin:0; }
#menu_top a { color:white; font-weight:normal; letter-spacing:1px; voice-family: "\"}\"";
	voice-family:inherit; }
html>#menu_top ul li a  {}
#menu_top a:hover { background:lightgrey; color:darkblue; }
#menu_top a:active { background:#c60; }
#pubs_finder br { clear:both; }
#pubs_finder h1 { font-size:small; color:darkred; }
#jumpbar_pub1 form, #jumpbar_pub2 form, #jumpbar_pub3 form { padding:0.5em; margin:0; display:block;
	float:left; clear:right; background:#e6e6e6; }
#pubs_finder select { color: darkred; background:white; padding:0; margin:0; width:18em; }
#pubs_finder input.submit { color:darkred; padding:0; margin:0; }