﻿
/* MAIN MENU: a_header.php
-------------------------------------------------------------------------------------- */
body#navhome a#navhome, 
body#navabout a#navabout, 
body#navactivities a#navactivities, 
body#navproducts a#navproducts, 
body#navtechnology a#navtechnology, 
body#navinvestor a#navinvestor,
body#navnetwork a#navnetwork, 
body#navnews a#navnews, 
body#navcareer a#navcareer, 
body#navcontact a#navcontact {
	background: #31323c;
	color: #fff; text-decoration: none;		
  
}

/* TOP MENU: a_menu.php
-------------------------------------------------------------------------------------- */
#cssTopMenuWrapper{
	/*border: 1px #F00 dotted;*/
	z-index: 98;
	position: relative;
	float: right;
	background: #1b73ba;
	//background: linear-gradient(top, #1b5790 0%, #143e65 100%);  
	//background: -moz-linear-gradient(top, #1b5790 0%, #143e65 100%); 
	//background: -webkit-linear-gradient(top, #1b5790 0%,#143e65 100%); 
	width: auto; 
	height: 28px;
	text-transform: uppercase;
	margin-top: 0px;
	//box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
topnav {
  	float: left;
	position: relative;
  	font: 12px Arial, Helvetica, sans-serif bold;
	/*text-align: center;*/
	color: #fff; text-decoration: none;	
}

topnav ul ul {
	display: none;
}

topnav ul li:hover > ul {
	display: block;
}


topnav ul {
	background: #1b73ba; 
	//background: linear-gradient(top, #1b5790 0%, #143e65 100%);  
	//background: -moz-linear-gradient(top, #1b5790 0%, #143e65 100%); 
	//background: -webkit-linear-gradient(top, #1b5790 0%,#143e65 100%); 
	//box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
topnav ul:after {
	content: ""; clear: both; display: block;
}

topnav ul li {
	float: left;
}
topnav ul li a:visited, a:focus {
	color: #fff; text-decoration: none;	
}
topnav ul li:hover {
	background: #31323c;
	//background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	//background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	//background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
topnav ul li:hover a {
	color: #fff; text-decoration: none;	
}
		
topnav ul li a {
	display: block; padding: 4px 15px;
	color: #fff; text-decoration: none;
}
			
topnav ul ul {
	background: #1b73ba; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #ffffff;
	//border-bottom: 1px solid #ffffff; position: relative;
}
topnav ul ul li a {
	padding: 4px 15px 4px 15px;
	color: #fff; text-decoration: none;	
}	
topnav ul ul li a:hover {
	background: #31323c;
}
		
topnav ul ul ul {
	position: absolute; left: 100%; top:0;
	width: 170px; 
}

/* MAIN MENU: a_header.php
-------------------------------------------------------------------------------------- */
#cssMainMenuWrapper{
	/*border: 1px #F00 dotted;*/
	z-index: 98;
	position: relative;
	float: right;
	//background: #1b73ba;
	//background: linear-gradient(top, #1b5790 0%, #143e65 100%);  
	//background: -moz-linear-gradient(top, #1b5790 0%, #143e65 100%); 
	//background: -webkit-linear-gradient(top, #1b5790 0%,#143e65 100%); 
	width: auto; 
	height: 28px;
	text-transform: uppercase;
	margin-top: 35px;
	//box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
nav {
  	float: left;
	position: relative;
  	font: 12px Arial, Helvetica, sans-serif bold;
	/*text-align: center;*/
	color: #fff; text-decoration: none;	
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}


nav ul {
	//background: #1b73ba; 
	//background: linear-gradient(top, #1b5790 0%, #143e65 100%);  
	//background: -moz-linear-gradient(top, #1b5790 0%, #143e65 100%); 
	//background: -webkit-linear-gradient(top, #1b5790 0%,#143e65 100%); 
	//box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	margin-right: 5px;
	border: 1px #eaeaea solid;	
}
nav ul li a:visited, a:focus {
	color: #1b73ba; text-decoration: none;	
}
nav ul li:hover {
	background: #31323c;
	//background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	//background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	//background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
nav ul li:hover a {
	color: #fff; text-decoration: none;	
}
		
nav ul li a {
	display: block; padding: 4px 10px;
	color: #1b73ba; text-decoration: none;
}
			
nav ul ul {
	background: #1b73ba; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none; 
	border-top: 0px solid #ffffff;
	//border-bottom: 1px solid #ffffff; position: relative;
	margin-right: 0px;
}
nav ul ul li a {
	padding: 4px 10px 4px 10px;
	color: #1b73ba; text-decoration: none;	
	margin-right: 5px;	
}	
nav ul ul li a:hover {
	background: #31323c;
}
		
nav ul ul ul {
	position: absolute; left: 100%; top:0;
	width: 230px; 
}