/* Begin CSS Drop Down Menu */#menuh	{	font-size: small;	font-family: arial, helvetica, sans-serif;	float:left;	margin:0;	margin-top: 0;	margin-right: 0%;		width: 980px;	}a:link {COLOR: #0033CC;}a:visited {COLOR: #999999;}a:hover {COLOR: #FF9900;}a:active {COLOR: #00FF00;}		#menuh a	{		display:block;	margin:0;	width:auto;	padding: 0.3em;	}	#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */	{	color: white;	background-color: black;	text-decoration:none;	}	#menuh a:hover	/* menu at mouse-over  */	{	color: white;	background-color: black;	text-decoration:none;	}		#menuh a.top_parent   /* attaches down-arrow to all top-parents */	{	color:white;	border: 1px solid #555;	}#menuh a.top_parent_programs   /* attaches down-arrow to all top-parents */	{	color:white;	border: 1px solid #555;	text-align: left;	}#menuh a.parent{	border: 1px solid #555;	text-align: left;	width: auto;	background-repeat: no-repeat;	background-position: 95% 50%;}#menuh a.parent:hover, #menuh a.top_parent:hover{color:#FF9900;}#menuh a.link{color:#000000;}/*controls the width of nav bar boxes*/#menuh ul	{	list-style:none;	margin:0;	padding:0;	float:left;	width:10.76em;	}#menuh li	{		position:relative;    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */    text-align: center;	}/* Controls Submenus*/#menuh ul ul	{	width:auto;	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; float:left;}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;}/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ul.menuh iframe{	position: absolute;	z-index: 1010;	filter:alpha(opacity:0.1);}/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{	ul.menuh li.menuh	{		display: inline;		f\loat: left;		background: #FFF;	}}/* End CSS Drop Down Menu */