/* CSS Document */
/***************************NAVIGATION *******************************/

#navigation_container{/* the top navigation elements are contained within this div */
		float:right;	padding-left:10px;	width:540px;	height:23px;	vertical-align:top;
	text-align:center;	top:3px;	margin: 0px;}

/******************NAVIGATION POSITION*********************************/

#navigation{
	position:relative;	float:right;	width:auto;	height:23px;}

#nav_spacer{
	position:relative;	float:right;	width:2px;	height:23px;
	background-image:url(../images/mainNav/AS_Web_Nav_Spacer.jpg);	background-repeat:no-repeat;}

.homeProductsNav {
	float:left;	position:relative;	background-repeat:no-repeat;	width:91px;	height:23px;}
	
.homeProductsNav a { display:block; width:91px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_HomePrdcts_OFF.jpg);}
.homeProductsNav a:hover { display:block; width:91px; height:23px; background-image:url(../images/mainNav/AS_Web_Nav_HomePrdcts_ON.jpg); }

.businessProductsNav {
	float:left;	position:relative;	background-repeat:no-repeat;	width:106px;	height:23px;}

.businessProductsNav a { display:block; width:106px;  height: 23px; 
	background-image:url(../images/mainNav/AS_Web_Nav_BusinessPrdcts_OFF.jpg); }
	
.businessProductsNav a:hover { display:block; width:106px; height:23px; 
	background-image:url(../images/mainNav/AS_Web_Nav_BusinessPrdcts_ON.jpg); }

.technologyNav {
	float:left;	position:relative;	background-repeat:no-repeat;	width:70px;	height:23px;}	
		
.technologyNav a { display:block; width:70px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_Tech_OFF.jpg); }

.technologyNav a:hover { display:block; width:70px; height:23px; background-image:url(../images/mainNav/AS_Web_Nav_Tech_ON.jpg); }

.supportNav {
	float:left;	position:relative;	background-repeat:no-repeat; 	width:54px;	height:23px;}	
		
.supportNav a { display:block; width:54px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_Support_OFF.jpg); }

.supportNav a:hover { display:block; width:54px; height:23px; background-image: url(../images/mainNav/AS_Web_Nav_Support_ON.jpg); }

.pressNav {
	float:left;	position:relative;	background-repeat:no-repeat; 	width:61px;	height:23px;}	
		
.pressNav a { display:block; width:61px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_Research_OFF.jpg); }

.pressNav a:hover { display:block; width:61px; height:23px; background-image:url(../images/mainNav/AS_Web_Nav_Research_ON.jpg); }

.companyNav {
	float:left;	position:relative;	background-repeat:no-repeat; 	width:55px;	height:23px;}	
		
.companyNav a { display:block; width:55px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_Company_OFF.jpg); }

.companyNav a:hover { display:block; width:55px; height:23px; background-image:url(../images/mainNav/AS_Web_Nav_Company_ON.jpg); }

.partnersNav {
	float:left;	position:relative;	background-repeat:no-repeat; 	width:66px;	height:23px;}	
		
.partnersNav a { display:block; width:66px;  height: 23px; background-image:url(../images/mainNav/AS_Web_Nav_Partners_OFF.jpg); }

.partnersNav a:hover { display:block; width:66px; height:23px; background-image:url(../images/mainNav/AS_Web_Nav_Partners_ON.jpg); }
	
/******************SUBNAVIGATION****************************/

.subglobalNav{
	position: absolute;	top: 31px;	left: 247px;	font-family:Arial, Helvetica, sans-serif;	font-size:10px;
	color:#dddddd;	text-align:left;	width: 525;	min-width: 525px;	font-weight:bold;	height: 20px;
	float:left;	padding: 0px 0px 0px 0px;	visibility:hidden;	text-decoration:none;}

.subglobalNav a:active{
	font-size: 10px;	color: #ffffff;	text-decoration:none;}
	
.subglobalNav a:link{
	font-size: 10px;	color: #ffffff;	text-decoration:none;}

.subglobalNav a:visited {
	font-size: 10px;	color:#ffffff;	text-decoration:none;	}

.subglobalNav a:hover{
	color: #000000;	text-decoration:underline;}
