a.mainNav-home {
	height:39px;
	width:96px;
	float:left;
	background:url(../images/main-nav-home.jpg) bottom no-repeat;


}
a.mainNav-home:hover{
	background:url(../images/main-nav-home.jpg) top no-repeat;

}

a.mainNav-home-active {
	background:url(../images/main-nav-home.jpg) center no-repeat;
	height:39px;
	width:96px;
	list-style:none; 
	float:left; 
	

}
/* -------------------------------------------------------------------------- */

a.mainNav-about {
	height:39px;
	width:212px;
	list-style:none; 
	float:left;
	background:url(../images/main-nav-about.jpg) bottom no-repeat;

}
a.mainNav-about:hover{

	background:url(../images/main-nav-about.jpg) top no-repeat;
	
}

a.mainNav-about-active{
	background:url(../images/main-nav-about.jpg) center no-repeat;
	height:39px;
	width:212px;
	list-style:none; 
	float:left; 


}
/* -------------------------------------------------------------------------- */

a.mainNav-services {
	height:39px;
	width:310px;
	list-style:none; 
	float:left; 
	background:url(../images/main-nav-services.jpg) bottom no-repeat;

}
a.mainNav-services:hover{

	background:url(../images/main-nav-services.jpg) top no-repeat;

}

a.mainNav-services-active{
	background:url(../images/main-nav-services.jpg) center no-repeat;
	height:39px;
	width:310px;
	list-style:none; 
	float:left;

}
/* -------------------------------------------------------------------------- */


a.mainNav-contacts {
	height:47px;
	width:130px;
	list-style:none; 
	float:left; 
	background:url(../images/main-nav-contacts.jpg) bottom no-repeat;
	

}
a.mainNav-contacts:hover{

	background:url(../images/main-nav-contacts.jpg) top no-repeat;
	
}

a.mainNav-contacts-active{
	background:url(../images/main-nav-contacts.jpg) center no-repeat;
	height:47px;
	width:130px;
	list-style:none; 
	float:left; 


}
/* -------------------------------------------------------------------------- */

#mainNav {
	float:right; 
	padding-top:35px; 
	padding-right:35px;
	height:70px;
	
}

#mainNav ul {
	padding-top:1px;
	
}

#mainNav li {
	list-style:none; 
	float:left;
}

#mainNav li div {
	padding-left:15px;
}
