@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#menuh-container
	{
	}

#menuh
	{
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	float: left;
	width: 100%;
	height: 24px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	width: 129px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	font-size: 12px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	text-decoration:none;
	height: 24px;
	}
	
#menuh a:hover /* menu on mouse-over  */
	{
	color: #CC0000;
	background-color: #CCCCCC;
	text-decoration:none;
	list-style-type: none;
	}	
	
#menuh a.top_parent
	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	width: 182px;
	color: #FFFFFF;
	}
	
#menuh a.top_parent:hover
	{
	border-top-color: #FFFFFF;
	background-color: #CC0000;
	color: #FFFFFF;
	}

#menuh a.parent
	{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	text-align: left;
	width: 124px;
	list-style-type: none;
	height: 24px;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #CC0000;
	line-height: 24px;
	}
#menuh a.parent:hover
	{
	list-style-type: none;
	color: #CC0000;
	background-color: #CCCCCC;
	}
#header 
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	list-style-type: none;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	list-style-type: none;
	}

#menuh ul ul ul
	{
	list-style-type: none;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	list-style-type: none;
	}

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;
	list-style-position: inside;
	list-style-image: 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 */
