/* -------------   Global Navigation bar   ------------- */

ul#nav_header {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top:0px;
	left:0px;
	width:812px;
	height:77px;
	overflow: hidden;
}

ul#nav_header li {
	padding: 0;
	margin: 0;
	list-style-type:none;
	float:left;
	text-indent:-9999px;
	
}

ul#nav_header li a {
	border:0;
	text-decoration:none;
	display:block;
	background:transparent url("../images/nav_global.gif") no-repeat;
}

li#home a {
	width:100px;
	height:77px;
}

li#home a:link, li#home a:visited {
	background-position:0px 0px;
}

li#home a:hover, li#home a:focus {
	background-position:0px -77px;
}


li#services a {
	width:100px;
	height:77px;
}

li#services a:link, li#services a:visited {
	background-position:-100px 0px;
}

li#services a:hover, li#services a:focus {
	background-position:-100px -77px;
}


li#facility a {
	width:100px;
	height:77px;
}

li#facility a:link, li#facility a:visited {
	background-position:-200px 0px;
}

li#facility a:hover, li#facility a:focus {
	background-position:-200px -77px;
}


li#people a {
	width:100px;
	height:77px;
}

li#people a:link, li#people a:visited {
	background-position:-300px 0px;
}

li#people a:hover, li#people a:focus {
	background-position:-300px -77px;
}


li#jobs a {
	width:100px;
	height:77px;
}

li#jobs a:link, li#jobs a:visited {
	background-position:-400px 0px;
}

li#jobs a:hover, li#jobs a:focus {
	background-position:-400px -77px;
}


li#bioweb a {
	width:100px;
	height:77px;
}

li#bioweb a:link, li#bioweb a:visited {
	background-position:-500px 0px;
}

li#bioweb a:hover, li#bioweb a:focus {
	background-position:-500px -77px;
}


li#downloads a {
	width:100px;
	height:77px;
}

li#downloads a:link, li#downloads a:visited {
	background-position:-600px 0px;
}

li#downloads a:hover, li#downloads a:focus {
	background-position:-600px -77px;
}


li#contact a {
	width:112px;
	height:77px;
}

li#contact a:link, li#contact a:visited {
	background-position:-700px 0px;
}

li#contact a:hover, li#contact a:focus {
	background-position:-700px -77px;
}

/* Global navigation "active tabs"
------------------------------------------------------------------*/

body#home-page ul#nav_header li#home a {
	background-position:0px -77px;
}

body#services-page ul#nav_header li#services a {
	background-position:-100px -77px;
}

body#facility-page ul#nav_header li#facility a {
	background-position:-200px -77px;
}

body#people-page ul#nav_header li#people a {
	background-position:-300px -77px;
}

body#jobs-page ul#nav_header li#jobs a {
	background-position:-400px -77px;
}

body#bioweb-page ul#nav_header li#bioweb a {
	background-position:-500px -77px;
}

body#downloads-page ul#nav_header li#downloads a {
	background-position:-600px -77px;
}

body#contact-page ul#nav_header li#contact a {
	background-position:-700px -77px;
}

/* -------------   Local Navigation bar   ------------- */

#nav_column {
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 26px 0px 4px 0px;
	float: right;
	clear: right;
}

#nav_column ul {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

#nav_column ul li.firstlink {
	border-top: 0px;
	list-style: none;
}

#nav_column ul li {
	
	list-style: none;
}

#nav_column li a {
	margin-top: 6px;
	padding: 8px 0px 0px 24px;
	height: 24px;
	display: block;
	color: #999999;
	text-decoration: none;
	border-top: 1px solid #ccc;
	background: #999999 url("../images/arrow_bg.gif") no-repeat;
	background-position: 0px -8px;
	
}

#nav_column li a:hover {
	color: #01818f;
	text-decoration: none;

	background: #01818f url("../images/arrow_bg.gif") no-repeat;
	background-position: 0px -8px;
	padding-left: 24px;

}


/* -------------   Level Two Links   ------------- */



#nav_column li a.sublink {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 8px 18px;
	height: 12px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
	background-color: transparent;
	background-image: none;
	font-size: 85%;
}

#nav_column li a:hover.sublink {
	background-color: transparent;
	background-image: none;
	padding: 0px 0px 8px 18px;
}

#nav_column li a.subselected {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 8px 18px;
	height: 12px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
	background-image: none;
	background-color: transparent;
	font-size: 85%;
	color: #000;
}

#nav_column li a:hover.subselected {
	background-color: transparent;
	background-image: none;
	padding: 0px 0px 8px 18px;
}


/* -------------   Local Navigation bar: SELECTED   ------------- */

#nav_column li a.selected {
	color: #000;
	background-color: #01818f;
	text-decoration: none;
}

#nav_column li a.selected:hover {
	color: #000;
	text-decoration: none;
}

