/* @override http://www.mantishockey.com/agnew/css/dropdown.css */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	height: 32px;
}

#menuh
	{
	font: 14px/32px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 32px;
	width: 1000px;
	float:left;
	background-image: url(../images/topnav_background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

* html #menuh {
	margin-bottom: -31px;
}

* html #menuh-container {
	margin-top: -5px;
}

#menuh a
	{
	text-align: center;
	display:block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #708024;	
	white-space:nowrap;
	}
	
#menuh a:link, 
#menuh a:visited, 
#menuh a:active	{
	color: black;
	text-decoration:none;
}
#menuh a:hover	{
	color: white;
	text-decoration:none;
}	

#menuh ul ul a:link, 
#menuh ul ul a:visited, 
#menuh ul ul a:active	{
	color: #BDD73C;
	text-decoration:none;
	background: transparent url(../images/opaque.png) repeat;
}
#menuh ul ul a:hover	{
	color: black;
	text-decoration:none;
	background-color: #BDD73C;
	background-image: none;
}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:142px;	/* 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;
	border: solid #708024;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	border-top-width: 1px;

	}

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 */