/* Begin CSS Drop Down Menu */
/*         investorbay_italic   in imagess */

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

#menuh    {        
	position: absolute;
	                                                                  /* Hander Links and Sublinks  */               
	font-family: verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;                    
/*	margin:1em;  */
	margin-right: auto;    
	margin-left: 10px;               /*  6px     adjust new menu without product 3-25-09      */                   
	z-index: 9;    
              margin-top: 0px;        /* Ann Defined value for IE - NS only cares margin for 4 values   */
	}
		
#menuh a
	{
	text-align: center;
	display:block;
font-size: 9pt;                                           
font-family: verdana, arial, sans-serif;
/*     	border: 1px solid #555;          */
	white-space:nowrap;
	margin:0;
	padding: 0.4em;
	}
	
#menuh a, #menuh a:visited	 /* menu at rest */
	{
	color: white;
/*	background-color: royalblue;      */
                  background-color:  #214829;           /* dark green   */                           
              	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #29006b;                                                               /* dark purple   */
	background-color: #c6d7de;                                          /*   green grey - cornflowerblue;    */
	}	
			
#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: right center;              */
           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: left center;	                   
/* background-position: -13px  -14px;       */
                 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: right center;              */
          background-position: left center;	                   
/*   background-position: -12px  -14px;     */
                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: right center;              */
            background-position: left center;	                 
/*  background-position: -11px  -14px;           */
                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;      
/*   background-position:  -10px  -10px;	 */       
                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: -3px  -10px;     */   
                 background-color: #fff;
                 background-repeat: no-repeat
	}

/* use top_parent with image  */
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches to top-parents for all same links  */
	{
	background-image: url('../imagess/investorH_logo3a_12.gif');  /* not show if the image is same */
/*	background-position: right center;              */
background-position: center;
	background-repeat: no-repeat
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('../imagess/arrow_red.gif');     /* image is outside css folder - must specify full path */
	background-position: right center;
	background-repeat: no-repeat
	}

#menuh ul
	{
	list-style:none;
	margin:0;                    
	padding:0;               
	float:left;
text-size: 8pt;
   /*  	width: 9em;                           9em; 7.7em;        	 */
/*                width: 10em; 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 */
text-size: 8pt;
width: 9em;                              /*  9em; 7.7em;        added from ul tag 	 */
	}

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

