/**/


#navInfo {
	width:190px;
	height:30px;
	overflow:hidden;
	background:url("images/navInfo.gif");
	text-align:center;
	font-size:11px;
	line-height:normal;
}

#nav div {
	float:left;
}

/* grp */

div.nav_home,
div.nav_services,
div.nav_examiners,
div.nav_process,
div.nav_faq,
div.nav_contact {
	position:relative;
	width:100px;
	height:30px;
}

a.nav_home, span.nav_home,
a.nav_services, span.nav_services,
a.nav_examiners, span.nav_examiners,
a.nav_process, span.nav_process,
a.nav_faq, span.nav_faq,
a.nav_contact, span.nav_contact {
	position:absolute;
	width:100px;
	height:30px;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}
/* end grp */

a.nav_home {background: url("images/roll_home.gif") no-repeat;}
span.nav_home {background: url("images/nav_home.gif") no-repeat; z-index:1;}

a.nav_services {background: url("images/roll_services.gif") no-repeat;}
span.nav_services {background: url("images/nav_services.gif") no-repeat; z-index:1;}

a.nav_examiners {background: url("images/roll_examiners.gif") no-repeat;}
span.nav_examiners {background: url("images/nav_examiners.gif") no-repeat; z-index:1;}

a.nav_process {background: url("images/roll_process.gif") no-repeat;}
span.nav_process {background: url("images/nav_process.gif") no-repeat; z-index:1;}

a.nav_faq {background: url("images/roll_faq.gif") no-repeat;}
span.nav_faq {background: url("images/nav_faq.gif") no-repeat; z-index:1;}

a.nav_contact {background: url("images/roll_contact.gif") no-repeat;}
span.nav_contact {background: url("images/nav_contact.gif") no-repeat; z-index:1;}

/**/
a:hover span.nav_home,
a:hover span.nav_services,
a:hover span.nav_examiners,
a:hover span.nav_process,
a:hover span.nav_faq,
a:hover span.nav_contact {
	background-image:none;
	cursor:pointer;
}
/**/


#navEnd {
	width:70px;
	height:30px;
	overflow:hidden;
	background:url("images/navEnd.gif");
}