#nav {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	
float:right;/*padding:14px;*/
}
#nav ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
}
#nav li:hover {
	background: #689FCC;/*Pink MOUSE OVER COLOR #008fda*/
}
#nav ul li.awards{
	width:90px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.home22 {
	width:80px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.about_us {
	width:90px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.Services {
	width:75px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.Funding {
	width:100px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.edition {
	width:160px;
	text-align:left;
	border-right:1px solid #425077;
}

#nav ul li.Our_Ecosystem {
	width:90px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.News {
	width:95px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.tools {
	width:125px;
	text-align:left;
	border-right:1px solid #425077;
}
#nav ul li.advertise {
	width:90px;
	text-align:left;
	border-right:1px solid #425077;
}


#nav ul li.log {
	width:90px;
	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 */
    
	}
	
#nav li .sub {
	width:135px;
	float:left;
}
#nav li .sub2 {
	width: 100px;
	float:left;
}	
#nav ul ul li {
	background:#305687;
}
#nav a {
	display:block;
	padding:0 0 0 10px;
	color:#FFFFFF;
	font:bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../_images/arrowDown.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;
}
#nav ul ul a.more {
	background:transparent url(../_images/arrowRight.gif) no-repeat right center;
}
#nav li ul, #nav li ul li ul, #nav li:hover ul li ul {
	position:absolute;
	background:#CCCC00;Purple
	border:1px solid #CCCCCC;
	border-bottom:none;
	width:100px;
	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:#305687;
	color:#0000FF;
}
*/#nav ul a:hover {
	background-color: #689FCC;!important;/*Yellow*/
	color: #FFFFFF;
}
#nav li:hover a, #nav a:focus, #nav a:active, #nav li.p7hvr a {
	color: #FFFFFF;
}

