@charset "UTF-8";
/* CSS Document */



ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left;
	width: auto;	
	text-decoration: none;
	color:#999999;
}
ul ul {
	
	
}

li { /* all list items */
	float: left;
	position: relative;
	text-decoration: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	text-decoration: none;
	z-index:1000;
	float: left;
}

li>ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	text-decoration: none;
	z-index:1000;
	float: left;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color:#999999;
	height:auto;
	font-size:10px;
	line-height:1.5em;
	padding:5px 10px;
	width:150px;
	w\idth: 160px;
	text-align: left;
	z-index:1000;
	text-decoration: none;
	float: left;
}

 ul ul a,  ul ul a:active {color:#999999; height:auto; font-size:10px; line-height:2em; padding:5px 10px; width:150px; w\idth: 160px; background:#ffffff; border-bottom:1px dotted #bbb7a3; float: left; text-align: left; text-decoration: none; z-index:1000; text-decoration: none;}
 
 * html  ul ul a, * html  ul ul a:visited  {width:160px;w\idth:160px; text-decoration: none; }
 
 
.about {z-index: 50;}
.team {z-index: 40;}
.center {z-index: 30;}
.resources {z-index: 20;}
.newsr {z-index: 10;}



div.header-01_ {
	height:99px;
	float: left;
	margin: 0px;
	width: 432px;
}