/* - - - - navigation - - - - */

#home {
	width:62px;

	height: 20px;

	background:url(../images/home.gif) no-repeat;
	
	float:left;

}

#home:hover{

	width:62px;

	height: 20px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;

}

#home_selected {

	width:62px;

	height: 20px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;
	
}

#home_selected:hover{

	width:62px;

	height: 20px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;

}

#aboutus {
	width:82px;

	height: 20px;

	background:url(../images/aboutus.gif) no-repeat;
	
	float:left;

}

#aboutus:hover{

	width:82px;

	height: 20px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;

}

#aboutus_selected {

	width:82px;

	height: 20px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;
	
}

#aboutus_selected:hover{

	width:82px;

	height: 20px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;

}

#services {
	width:82px;

	height: 20px;

	background:url(../images/services.gif) no-repeat;
	
	float:left;

}

#services:hover{

	width:82px;

	height: 20px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;

}

#services_selected {

	width:82px;

	height: 20px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;
	
}

#services_selected:hover{

	width:82px;

	height: 20px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;

}

#contactus {
	width:93px;

	height: 20px;

	background:url(../images/contactus.gif) no-repeat;
	
	float:left;

}

#contactus:hover{

	width:93px;

	height: 20px;

	background:url(../images/contactus_on.gif) no-repeat;
	
	float:left;

}

#contactus_selected {

	width:93px;

	height: 20px;

	background:url(../images/contactus_on.gif) no-repeat;
	
	float:left;
	
}

#contactus_selected:hover{

	width:93px;

	height: 20px;

	background:url(../images/contactus_on.gif) no-repeat;
	
	float:left;

}


