a.mainNav-home {
	height:45px;
	width:74px;
	list-style:none; 
	float:left; 

	background:url(../images/mainNav-home.jpg) top no-repeat;
}
a.mainNav-home:hover{

	background:url(../images/mainNav-home.jpg) bottom no-repeat;
}

a.mainNav-home-active {
	background:url(../images/mainNav-home.jpg) bottom no-repeat;
	height:45px;
	width:74px;
	list-style:none; 
	float:left; 

}
/* -------------------------------------------------------------------------- */

a.mainNav-aboutUs {
	height:45px;
	width:118px;
	list-style:none; 
	float:left; 

	background:url(../images/mainNav-about.jpg) top no-repeat;
}
a.mainNav-aboutUs:hover{

	background:url(../images/mainNav-about.jpg) bottom no-repeat;
}

a.mainNav-aboutUs-active{
	background:url(../images/mainNav-about.jpg) bottom no-repeat;
	height:45px;
	width:118px;
	list-style:none; 
	float:left; 

}
/* -------------------------------------------------------------------------- */

a.mainNav-products {
	height:45px;
	width:130px;
	list-style:none; 
	float:left; 

	background:url(../images/mainNav-products.jpg) top no-repeat;
}
a.mainNav-products:hover{

	background:url(../images/mainNav-products.jpg) bottom no-repeat;
}

a.mainNav-products-active{
	background:url(../images/mainNav-products.jpg) bottom no-repeat;
	height:45px;
	width:130px;
	list-style:none; 
	float:left; 
}
/* -------------------------------------------------------------------------- */

a.mainNav-news {
	height:45px;
	width:80px;
	list-style:none; 
	float:left; 

	background:url(../images/mainNav-news.jpg) top no-repeat;
}
a.mainNav-news:hover{

	background:url(../images/mainNav-news.jpg) bottom no-repeat;
	width:80px;
}

a.mainNav-news-active{
	background:url(../images/mainNav-news.jpg) bottom no-repeat;
	height:45px;
	width:80px;
	list-style:none; 
	float:left; 
}


/* -------------------------------------------------------------------------- */

a.mainNav-contacts {
	height:45px;
	width:120px;
	list-style:none; 
	float:left; 

	background:url(../images/mainNav-contacts.jpg) top no-repeat;
}
a.mainNav-contacts:hover{

	background:url(../images/mainNav-contacts.jpg) bottom no-repeat;
}

a.mainNav-contacts-active{
	background:url(../images/mainNav-contacts.jpg) bottom no-repeat;
	height:45px;
	width:120px;
	list-style:none; 
	float:left; 

}
/* -------------------------------------------------------------------------- */

#mainNav {
	background:url(../images/mainNav.jpg);
	height:47px;
	width:788px;
	float:left;
}

#mainNav ul {
	padding-top:1px;
}

#mainNav li {
	list-style:none; 
	display:inline;
}