#main_navs
{
	position: relative;
	float: left;
/*	background-image: url(../images/layout/main_navs_over.jpg); */
	background-repeat: no-repeat;
	width: 370px;
	height: 26px;
	left: 542px;
	top: 135px;
	
}

#main_navs #nav
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul, #nav li, #home_side_navs li, #home_side_navs ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	display: inline;
	list-style: none;
}

#main_navs a
{
	display: block;
	position: relative;
	float: left;
	height: 26px;
	background-image: url(images_site/layout/top_navs.jpg); 
	background-repeat: no-repeat;
}

#nav li#home a
{
	width: 52px;
	background-position: 0px 0px;
}

#nav li#about a
{
	width: 79px;
	background-position: -52px 0px;
}

#nav li#products a#products
{
	width: 87px;
	background-position: -131px 0px;
}

#nav li#services a
{
	width: 78px;
	background-position: -218px 0px;
}

#nav li#contact a
{
	width: 74px;
	background-position: -296px 0px;
}


#nav li#home a:hover
{
	width: 52px;
	background-position: 0px -26px;
}

#nav li#about a:hover
{
	width: 79px;
	background-position: -52px -26px;
}

#nav li#products a#products:hover
{
	width: 87px;
	background-position: -131px -26px;
}

#nav li#services a:hover
{
	width: 78px;
	background-position: -218px -26px;
}

#nav li#contact a:hover
{
	width: 74px;
	background-position: -296px -26px;
}
