﻿/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 13.7em;
padding-left: 4.1em;

	}

#menuh
	{

	width:100%;
	float:left;
	/*margin:2em;*/
	/*margin-top: 1em;*/

	
	
	}
	.Hit
{

background-image:url(../Images/buttonredsmall.png); 
background-repeat:no-repeat; 
height:48px;

width:92px;
float:left; 
padding-top:11px;
text-align:center;
line-height: 1.2em; 
}

.NoHit 
{

 background-image:url(../Images/buttongraysmall.png); 
 background-repeat:no-repeat; 
height:48px;
width:92px;
float:left; 
padding-top:11px;
text-align:center;
line-height: 1.2em; 
 
}



  .Rollover ul li{

width:150px;
height:20px;
color: #777;



  }


.Rollover {

width:175px;
height:20px;
color: #777;
background:white;
/*background: #cccccc;*/



  }
  
  #menuh  a
	{
	text-align: center;
	display:block;
    font-weight: bold;
	font-family: Tahoma;
	margin:0;
	padding: 0.3em;
	vertical-align: middle;
	}
		
#menuh ul ul a
	{
	text-align: left;
	padding-left: 15px;
	display:block;
	border: 1px solid #cccccc;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 15px;
	font-size:.9em;
	background-image: url(../Images/nav_white.gif);
	background-repeat: no-repeat;
	background-position:left;
	}
	
	#menuh ul ul ul a
	{
	background-image: url(../Images/none.gif);
	background-repeat: no-repeat;
	background-position:left;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	
	text-decoration:none;
	color:black;
	}
	
	
	
#menuh ul ul a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #eae4e4;
	text-decoration:none;
	}	
	
	
	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(../Images/navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	color:white;
	line-height:11px;
	

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../Images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
	
#menuh ul li:hover
{

background:url(../Images/buttonredsmall.png) no-repeat; 

}

#menuh ul ul li:hover
{


background:url(../Images/none.png) no-repeat; 
background-color: #eae4e4;

}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	height:3em;

		/*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;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width: 175px;
	padding-top:2.8em;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	width:9em;
	padding-top:1em;
	}

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 */


  /*
#menuh ul  ul  li:hover, ul li.over
{
height:auto;
} /* fix ie7 sticky */
