@charset "UTF-8";
/* CSS Document */

/*
Navigation
-------------------------------------------------------
*/

div#nav {
	position:relative;
	margin-top:0px;
	text-align:left;
	float:left;
	width:943px;
	margin-left:1px;
	background-image:url(/images/nav-divider.jpg);
	background-repeat:repeat-x;
}

a#nav-home {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:48px;
	background:url(/images/nav-home.jpg); 
	background-repeat:no-repeat;
}

a#nav-technology {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:98px;
	background:url(/images/nav-tech.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-technologyDev {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:181px;
	background:url(/images/nav-tech-dev.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-apps {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:106px;
	background:url(/images/nav-apps.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-markets {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:82px;
	background:url(/images/nav-mkts.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-about {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:69px;
	background:url(/images/nav-about.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-services {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:88px;
	background:url(/images/nav-srvs.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-news {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:56px;
	background:url(/images/nav-news.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-library {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:130px;
	background:url(/images/nav-library.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a#nav-careers {
	position:relative;
	float:left;
	display:block;
	height:53px;
	width:76px;
	background:url(/images/nav-careers.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

a.nav:hover {
	background-position:center !important;
}

a.active {
	background-position:bottom !important;
}
