/* -------------------------------------------------- */
/*                                                    */
/*                                                    */
/*          Nav CSS below                             */
/*                                                    */
/*                                                    */
/* -------------------------------------------------- */

#nav{
	position: absolute;
	margin-top:85px;
	margin-left:25px;
}
#about a{
	position:relative;
	width:48px;
	height:38px;
	background-image:url(../images/about_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#about a:hover{
	width:48px;
	height:38px;
	background-image:url(../images/about_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#about a:selected{
	width:48px;
	height:38px;
	background-color:#000066;
	background-repeat:no-repeat;
	display:block; 
}




#solution a{
	position:relative;
	margin-top:-38px;
	margin-left:50px;
	width:134px;
	height:38px;
	background-image:url(../images/solutions_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#solution a:hover{
	width:134px;
	height:38px;
	background-image:url(../images/solutions_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#solution a:selected{
	width:134px;
	height:38px;
	background-image:url(../images/solutions_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}




#support a{
	position:relative;
	margin-top:-38px;
	margin-left:190px;
	width:56px;
	height:38px;
	background-image:url(../images/support_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#support a:hover{
	width:56px;
	height:38px;
	background-image:url(../images/support_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#support a:selected{
	width:56px;
	height:38px;
	background-image:url(../images/support_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}





#online a{
	position:relative;
	margin-top:-38px;
	margin-left:250px;
	height:38px;
	width:105px;
	background-image:url(../images/online_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#online a:hover{
	height:38px;
	width:105px;
	background-image:url(../images/online_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#online a:selected{
	height:38px;
	width:105px;
	background-image:url(../images/online_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}



#news a{
	position:relative;
	margin-top:-38px;
	margin-left:360px;
	height:38px;
	width:88px;
	background-image:url(../images/newpress_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#news a:hover{
	height:38px;
	width:88px;
	background-image:url(../images/newpress_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#news a:selected{
	height:38px;
	width:88px;
	background-image:url(../images/newpress_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}



#medtech a{
	position:relative;
	margin-top:-38px;
	margin-left:455px;
	height:38px;
	width:131px;
	background-image:url(../images/medtech_0.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#medtech a:hover{
	height:38px;
	width:131px;
	background-image:url(../images/medtech_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}
#medtech a:selected{
	height:38px;
	width:131px;
	background-image:url(../images/medtech_1.jpg);
	background-repeat:no-repeat;
	display:block; 
}




#primaryNav {
	position: absolute;
	margin-top:85px;
	margin-left:25px;
}

#turnOffNavs{
	position:absolute;
	margin-top:128px;
	margin-left:20px;
}

#turnOffNavs a{
	text-decoration:none;
	color:#DCDBC7;
	margin-right:15px;
}

#about_subnav, #solution_subnav, #support_subnav, #online_subnav, #press_subnav, #news_subnav, #medtech_subnav {
	position:absolute;
	z-index:60;
	width:630px;
	height:30px;
	visibility: hidden;
}
#about_subnav a:hover{
color:#b5b26f;
}
#solution_subnav a:hover{
color:#b5b26f;
}
#support_subnav a:hover{
color:#b5b26f;
}
#online_subnav a:hover{
color:#b5b26f;
}
#press_subnav a:hover{
color:#b5b26f;
}
#news_subnav a:hover{
color:#b5b26f;
}
#medtech_subnav a:hover{
color:#b5b26f;
}