/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;                             
	}

#menuh
position: absolute;
	{                                  
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;                    
	margin-left: 6px;                       
              z-index: 19;    
	text-align: center;
              margin-top: 0px;         
	}
		
#menuh a
	{
	text-align: center;
	display:block;
font-size: 10pt;
font-family: verdana, arial, sans-serif;
	white-space:nowrap;
	margin:0;
	padding: 0.4em;
	}
	
#menuh a, #menuh a:visited	 /* menu at rest */
	{
	color: white;
              background-color:  #214829;           /* dark green   */     
             	text-decoration:none;
	}
	
#menuh a:hover	
	{
	color: #29006b;                                                
	background-color: #c6d7de;                                    
	}	
			
#menuh a.H_top_parent, #menuh a.top_parent:hover  /* attached image to Home top-parents */
	{
	background-image: url('../imagess/investorbay_H.gif');
              background-position: center;	                 
/*  background-position: -12px  -14px;	  */
              background-color: #fff;
	background-repeat: no-repeat
	}
#menuh a.P_top_parent, #menuh a.top_parent:hover  /* attaches to Products top-parents */
	{
	background-image: url('../imagess/investorbay_P.gif');
/*	background-position: right center;              */
              background-position: center;	                   
              background-color: #fff;
	background-repeat: no-repeat
	}
#menuh a.S_top_parent, #menuh a.top_parent:hover  /* attaches to Services top-parents */
	{
	background-image: url('../imagess/investorbay_S.gif');
              background-position: center;	                   
              background-color: #fff;
	background-repeat: no-repeat
	}
#menuh a.B_top_parent, #menuh a.top_parent:hover  /* attaches to Business top-parents */
	{
	background-image: url('../imagess/investorbay_B.gif');
              background-position: center;	                 
              background-color: #fff;
	background-repeat: no-repeat
	}
#menuh a.T_top_parent, #menuh a.top_parent:hover  /* attaches to Technology top-parents */
	{
	background-image: url('../imagess/investorbay_T.gif');
	background-position: left center;            /*      right center        */  
              background-color: #fff; 
	background-repeat: no-repeat
	}
#menuh a.F_top_parent, #menuh a.top_parent:hover  /* attaches to Features top-parents */
	{
	background-image: url('../imagess/investorbay_F.gif');
	background-position: right center;                                  
              background-position: center;	                 
              background-color: #fff;
	background-repeat: no-repeat
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('../imagess/arrow_red.gif');     /* outside css folder -  full path */
	background-position: right center;
	background-repeat: no-repeat
	}

#menuh ul
	{
	list-style:none;
	margin:0;                    
	padding:0;               
	float:left;
	text-size: 8pt;                                          
	}

#menuh li
	{
	position:relative;
              min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
              vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
              text-size: 8pt;                               
              width: 9em;                             
	}

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

