/* CSS Document */
#menuf-footer
	{
	width: 100%;
	text-align: right;
	clear: both;
	float: right;
	position: relative;
	}
#menuf
	{
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	/*width:800px;*/
	width:100%;	/*
	margin:2em;
	margin-top: 1em;
	*/
	font-weight: bold;
	text-align: center;
	}
		
#menuf a
	{
	text-align: center;
	display:block;
	/*
	border: 1px solid #555;
	*/
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuf a, #menuf a:visited	/* menu at rest */
	{
	
	color: #727373;
	text-decoration:none;
	}
	
#menuf a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #CCCCCC;
	}	
/*			
#menuf a.top_parent, #menuf 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;
	}

#menuf a.parent, #menuf a.parent:hover 	/* attaches side-arrow to all parents 
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/

#menuf ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:87px;	 width of all menu boxes */
	width:6.1em;
	}

#menuf li
	{
	position:relative;
    min-height: 1px;/* IE7 */
 	vertical-align: bottom; /*  IE7 */

	}

#menuf ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#menuf ul ul li
	{
	border: 1px solid #CCCCCC;
	width: 200px;
	text-align: left;
	background-color: #FFFFFF;
	}

.left {
	text-align: left;
}

#menuf ul ul ul
	{
	top:0;
	left:100%;
	text-align: left;
	}

div#menuf li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuf li:hover ul ul,
div#menuf li li:hover ul ul,
div#menuf li li li:hover ul ul,
div#menuf li li li li:hover ul ul
{display:none;}

div#menuf li:hover ul,
div#menuf li li:hover ul,
div#menuf li li li:hover ul,
div#menuf li li li li:hover ul
{display:block;
	position:relative;
}
.hand {
	cursor:default;
}
.subscribeCopy {
	margin-bottom: 25px;
}

