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

#nav{

	margin:0px;
	padding: 0px;
	display:block;
	width: 801px;
}

#nav li{
	height: 10px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;

	width: auto;
	float:left;
	display:block;
	padding-left:18px;
	
}

#nav a{
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	display:block;
	float: left;
	border-right: 1px #bababa solid;
	padding-right:18px;
}


#about-us a{
	background:url(../images/nav/aboutus.gif) no-repeat;
	width: 67px;
}	

	
#about-us a:link {background-position: 0px 2px;}     /* unvisited link */
#about-us a:visited {background-position: 0px 2px;}  /* visited link */
#about-us a:hover {background-position: 0px -38px;}   /* mouse over link */
#about-us a:active {background-position: 0px -38px;}   /* selected link */


	
#our-technology a{
	background:url(../images/nav/ourtechnology.gif) no-repeat;
	width: 121px;
}	
	
#our-technology a:link {background-position: 0px 2px;}     /* unvisited link */
#our-technology a:visited {background-position: 0px 2px;}  /* visited link */
#our-technology a:hover {background-position: 0px -38px;}   /* mouse over link */
#our-technology a:active {background-position: 0px -38px;}   /* selected link */



	
#our-team a{
	background:url(../images/nav/ourteam.gif) no-repeat;
	width: 68px;
}	
	
#our-team a:link {background-position: 0px 2px;}     /* unvisited link */
#our-team a:visited {background-position: 0px 2px;}  /* visited link */
#our-team a:hover {background-position: 0px -38px;}   /* mouse over link */
#our-team a:active {background-position: 0px -38px;}   /* selected link */

	
#careers a{
	background:url(../images/nav/careers.gif) no-repeat;
	width: 59px;
}	
	
#careers a:link {background-position: 0px 2px;}     /* unvisited link */
#careers a:visited {background-position: 0px 2px;}  /* visited link */
#careers a:hover {background-position: 0px -38px;}   /* mouse over link */
#careers a:active {background-position: 0px -38px;}   /* selected link */

#news-resources a{
	background:url(../images/nav/newsandresources.gif) no-repeat;
	width: 138px;
}	
	
#news-resources a:link {background-position: 0px 2px;}     /* unvisited link */
#news-resources a:visited {background-position: 0px 2px;}  /* visited link */
#news-resources a:hover {background-position: 0px -38px;}   /* mouse over link */
#news-resources a:active {background-position: 0px -38px;}   /* selected link */

	
#contact-us a{
	background:url(../images/nav/contactus.gif) no-repeat;
	width: 84px;
	border-right: none;
}	
	
#contact-us a:link {background-position: 0px 2px;}     /* unvisited link */
#contact-us a:visited {background-position: 0px 2px;}  /* visited link */
#contact-us a:hover {background-position: 0px -38px;}   /* mouse over link */
#contact-us a:active {background-position: 0px -38px;}   /* selected link */


#subnav{
	width: 800;
	margin-left: 101px;
	margin-right: 97px;
	border-top: 5px #f4911e solid;
	background-color: #e7e7e8;
	height: 24px;
	position:relative;
	text-align:center;
}

#subnav ul, #subnav li{
	margin:0;
	padding:0;
	color: #2286b9;
	display:inline;
	font-weight:bold;
	font-size:.9em;
	text-align:center;
}


#subnav li{
	padding: 4px 10px 14px;
	line-height: 2em;
}


#subnav a{
	text-decoration:none;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#subnav a:link {background-image: url(../images/nav/bluebullet.gif); color:#2286b9;}     /* unvisited link */
#subnav a:visited {background-image: url(../images/nav/bluebullet.gif); color:#2286b9;}  /* visited link */
#subnav a:hover {background-image: url(../images/nav/orangebullet.gif); color:#F3901D;}   /* mouse over link */
#subnav a:active {background-image: url(../images/nav/orangebullet.gif); color:#F3901D;}   /* selected link */


.tabcontent{
	display:none;
}
