<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav {
 background:url(menu_bg_msm.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
/*padding:14px;*/
	padding-left:10px;
  letter-spacing:1px;
  text-align:justify;
   height:21px;
   	padding-top:13px;
	}
#nav ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
	height:20px;
	
	}
#nav li:hover {
	background:#000000;
	/*Pink MOUSE OVER COLOR #008fda*/
	
	}
#nav ul li.home22 {
	width:12%;
	text-align:left;
	
}
#nav ul li.about_us {
	width:20%;
		text-align:left;
	}
#nav ul li.Services {
	width:14%;
		text-align:left;
	}
#nav ul li.Funding {
	width:15%;
		text-align:left;
	}
#nav ul li.Our_Ecosystem {
	width:9%;
		text-align:left;
	}

#nav ul li.News {
	width:16%;
		text-align:left;
	}
	#nav ul li.coolstuff {
	width:13%;
		text-align:left;
	}	
#nav ul li.brochures a {
	border-right:none;
	padding-right:0;
	margin-right:0;
	}
#nav li { /* all list items */
	float:left; /* width needed or else Opera goes nuts */
	width:150px;
	
	}
#nav ul ul li {
	background: #000000;
	/*#305687*/
	}
#nav a {
	display:block;
	padding:0 0 0 5px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background:url(../_images/arrowDown_msm.gif) no-repeat right center;
	border-right:0px solid #666;
	}
#nav ul ul a {
	border-bottom:1px solid #CCCCCC;
	border-right:none;
	padding-right:15px;
	background:none;
	height:20px;
	}
#nav ul ul a.more {
	background:transparent url(../_images/arrowRight_msm.gif) no-repeat right center;
	}
#nav li ul,
#nav li ul li ul,
#nav li:hover ul li ul {
	position:absolute;
	background:#F93D00;/*Purple*/
	border:1px solid #CCCCCC;
	border-bottom:none;
	width:150x;
	left:-999em;
	}
#nav li li ul {
	margin:-22px 0 0 155px;
	}
#nav ul li:hover ul {
	left:auto;
	}
#nav ul li:hover ul li:hover ul {
	left:auto;
	margin-left:154px;
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	}
#nav ul li:hover ul li:hover ul a {
	border:1px solid #CCCCCC;
	margin-top:-1px;
	}
#nav ul li.subsection {
	width:115px;
	background-color:#4374b2;
	color:#0066CC;
	}
#nav ul li.long {
	width:180px;
	background-color:#bc0000;
	color:#0000FF;
		
	}
#nav ul a:hover {
	background-color: #bc0000; !important;/*Yellow*/
	color: #FFFFFF;
	}	
#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.p7hvr a {
	color: #FFFFFF;
	

}	

</pre></body></html>