
/* CSS Document */

/*MAIN NAV*/
/* ———- @ Navigation ———–*/
#nav {
	margin-left: 380px;
	text-indent: -9000px;
	height: 20px;
	width: 490px;
	padding: 46px 0px 0px 0px;



}

#nav ul {
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	height: 20px;
	float: left;
	border: none;
	padding-left: 9px;
}

a#navoverview {
	background: url(../images/nav_01.gif) no-repeat;
	width: 68px;
	height: 20px;
}

#overview a#navoverview {
	background: url(../images/navON_01.gif) no-repeat;
	width: 68px;
	height: 20px;
}

a#navproduct {
	background: url(../images/nav_02a.gif) no-repeat;
	height: 20px;
	width: 68px;
}

#product a#navproduct {
	background: url(../images/navON_02a.gif) no-repeat;
	height: 20px;
	width: 68px;
}


a#navteam {
	background: url(../images/nav_03.gif) no-repeat;
	height: 20px;
	width: 45px;
}

#team a#navteam {
	background: url(../images/navON_03.gif) no-repeat;
	height: 20px;
	width: 45px;
}

a#navadvisors {
	background: url(../images/nav_04.gif) no-repeat;
	width: 64px;
	height: 20px;
}

#advisors a#navadvisors {
background: url(../images/navON_04.gif) no-repeat;
	width: 64px;
	height: 20px;
}

a#navscience {
	background: url(../images/nav_05.gif) no-repeat;
	width: 63px;
	height: 20px;
}

#science a#navscience {
background: url(../images/navON_05.gif) no-repeat;
	width: 63px;
	height: 20px;
}

a#navcontact {
	background: url(../images/nav_06.gif) no-repeat;
	width: 58px;
	height: 20px;
}

#contact a#navcontact {
background: url(../images/navON_06.gif) no-repeat;
	width: 58px;
	height: 20px;
}

a#navhome {
	background: url(../images/nav_07.gif) no-repeat;
	width: 58px;
	height: 20px;
}

#home a#navhome {
background: url(../images/navON_07.gif) no-repeat;
	width: 58px;
	height: 20px;
}
