/* CSS Document */

#nav_large_container {
	width:900px;
	height:101px;
	position:relative;
	}
	
#asap_logo 
{
    float:left;
	margin:16px 0px 0px 0px;
	}
	
#nav_small_text 
{
    float: right;
    clear:right;
	padding:22px 0px 21px 0px;
	margin:0px;
	}
		
#nav_items 
{
    float:right;
	padding:0px 0px 0px 0px;
	width:670px;
}
	
#nav_items_int {
    float:right;
	padding:0px 0px 0px 0px;
	width:670px;
	}	
	
/*#nav_items span {
	height:30px;
	position:relative;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	}*/
	
/* ROLLOVERS */
#nav_who_we_are {
	width:126px;
	background:url(../images/nav/who_we_are.png) no-repeat;
	}
	
#nav_who_we_are:hover {
	background:url(../images/nav/who_we_are_over.png) no-repeat;
	}
	
#nav_strategic_solutions {
	width:180px;
	background:url(../images/nav/strategic_solutions.png) no-repeat;
	}
	
#nav_strategic_solutions:hover {
	background:url(../images/nav/strategic_solutions_over.png) no-repeat;
	}
	
#nav_capabilities {
	width:130px;
	background:url(../images/nav/capabilities.png) no-repeat;
	}
	
#nav_capabilities:hover {
	width:130px;
	background:url(../images/nav/capabilities_over.png) no-repeat;
	}
	
#nav_why_asap {
	width:114px;
	background:url(../images/nav/why_asap.png) no-repeat;
	}
	
#nav_why_asap:hover {
	background:url(../images/nav/why_asap_over.png) no-repeat;
	}
	
#nav_showcase {
	width:120px;
	background:url(../images/nav/showcase.png) no-repeat;
	}
	
#nav_showcase:hover {
	background:url(../images/nav/showcase_over.png) no-repeat;
	}
	
	#nav_contact {
	width:120px;
	background:url(../images/nav/contact.png) no-repeat;
	}
	
#nav_contact:hover {
	background:url(../images/nav/contact_over.png) no-repeat;
	}
