﻿/* Begin AWARE CSS Drop Down Menu */

#menuh-container
	{
	background: #FFFFFF;
	position: relative;
	top: auto;
	left: 0;
	width: 880px;
	height: 0;
}

#menuh
	{
	font-size:10.5px;
	font-family:Arial, Helvetica, sans-serif, sans-serif, Calibri;
	width: auto;
	float: left;
	margin: auto 0 auto 0;
	margin-top: 0px;
	display: inline;
}
		
#menuh a
	{
	text-align: center;
	display: block;
	border: 1px solid #ffffff;
	white-space: nowrap;
	margin: 0;
	padding: 0.4em 0.2em 0.4em 0.2em;
	overflow: hidden;
}
	
#menuh a:visited
	{
	color: white;
	background-color: #336699;
	text-decoration: none;
}
	
#menuh a
	{
	color: white;
	background-color: #336699;
	text-decoration: none;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	background-color: #333333;
}	
			
/*#menuh a.top_parent:hover
	{
	background-image: url('../../../navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat; */
	
	}
	
/*#menuh a.top_parent
	{
	background-image: url('../../../navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat; */
	
	}
	
/*#menuh a.parent:hover
	{
	background-image: url('../../../nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat; */
	}

#menuh a.parent
	{
	background-image: url('../../../nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat; 
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:80px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 2px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    width:auto;
	}

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

div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li li li:hover ul ul
{
	display:none;
}

div#menuh li li:hover ul ul
{
	display:none;
	
}

div#menuh li:hover ul ul /* this is where the blockage happens! */
{
	display:none;
	
	
	}


div#menuh li li li li:hover ul
{
	display:block;
}

div#menuh li li li:hover ul
{
	display:block;
	
}

div#menuh li li:hover ul
{
	display:block;
}

div#menuh li:hover ul
{
	display:block;
}

/* End CSS Drop Down Menu */
