.fm_pos li a { height: 61px; display: block; background-position: 0 0; background-repeat: no-repeat; }



/*
**
**	NULL STATE (DEFAULT)
**
*/
.fm li:first-child a 
	{ background-image: url(../images/focal/null_sat.png); width: 157px; }
.fm li:first-child +li a
	{ background-image: url(../images/focal/null_satii.png); width: 160px; }
.fm li:first-child + li + li a
	{ background-image: url(../images/focal/null_act.png); width: 147px; }
.fm li:first-child + li + li + li a
	{ background-image: url(../images/focal/null_other.png); width: 288px; }

.fm li a:hover
	{ background-position-y: -61px; }



/*
**
**	SAT STATE (SAT IS ORANGE)
**
*/
.fm_sat li:first-child a 
	{ background-image: url(../images/focal/sat_sat.png); width: 219px; }
.fm_sat li:first-child +li a
	{ background-image: url(../images/focal/sat_satii.png); width: 155px; }
.fm_sat li:first-child + li + li a
	{ background-image: url(../images/focal/sat_act.png); width: 117px; }
.fm_sat li:first-child + li + li + li a
	{ background-image: url(../images/focal/sat_other.png); width: 261px; }

.fm_sat li a:hover
	{ background-position-y: -61px; }
.fm_sat li:first-child a:hover	
	{ background-position: 0 0; }
	



/*
**
**	SAT II STATE (SAT II IS ORANGE)
**
*/
.fm_satii li:first-child a 
	{ background-image: url(../images/focal/satii_sat.png); width: 134px; }
.fm_satii li:first-child +li a
	{ background-image: url(../images/focal/satii_satii.png); width: 243px; }
.fm_satii li:first-child + li + li a
	{ background-image: url(../images/focal/satii_act.png); width: 124px; }
.fm_satii li:first-child + li + li + li a
	{ background-image: url(../images/focal/satii_other.png); width: 251px; }

.fm_satii li a:hover
	{ background-position-y: -61px; }
.fm_satii li:first-child + li a:hover	
	{ background-position: 0 0; }
	
	
	
	
/*
**
**	ACT STATE (ACT IS ORANGE)
**
*/
.fm_act li:first-child a 
	{ background-image: url(../images/focal/act_sat.png); width: 124px; }
.fm_act li:first-child +li a
	{ background-image: url(../images/focal/act_satii.png); width: 140px; }
.fm_act li:first-child + li + li a
	{ background-image: url(../images/focal/act_act.png); width: 223px; }
.fm_act li:first-child + li + li + li a
	{ background-image: url(../images/focal/act_other.png); width: 265px; }

.fm_act li a:hover
	{ background-position-y: -61px; }
.fm_act li:first-child + li + li a:hover	
	{ background-position: 0 0; }
	
	
	
	
/*
**
**	OTHER SERVICES STATE (OTHER IS ORANGE)
**
*/
.fm_other li:first-child a 
	{ background-image: url(../images/focal/other_sat.png); width: 124px; }
.fm_other li:first-child +li a
	{ background-image: url(../images/focal/other_satii.png); width: 117px; }
.fm_other li:first-child + li + li a
	{ background-image: url(../images/focal/other_act.png); width: 125px; }
.fm_other li:first-child + li + li + li a
	{ background-image: url(../images/focal/other_other.png); width: 386px; }

.fm_other li a:hover
	{ background-position-y: -61px; }
.fm_other li:first-child + li + li + li a:hover	
	{ background-position: 0 0; }
	
	


/*
**
**
**
**
**
**
**
**
**
**
**		INDIVIDUAL, GROUP, ONLINE MENU
**
*/
.testtypemenu
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 752px;
	padding: 0;
	margin: 0;
	}
.testtypemenu li
	{
	display: inline;
	float: left;
	}
.testtypemenu li a
	{
	background-image: url(../images/testtypemenu.gif);
	display: block;
	height: 36px;
	}
.testtypemenu li:first-child a
	{
	width: 246px;
	background-position: 0 0;
	}
.testtypemenu li:first-child + li a
	{
	width: 253px;
	background-position: -245px 0;
	}
.testtypemenu li:first-child + li + li a
	{
	width: 253px;
	background-position: -498px 0;
	}
.testtypemenu li a:hover
	{
	background-position-y: -36px !important;
	}
.testtypemenu li.active a
	{
	background-position-y: -72px !important;
	}
