

ul#news {width: 872px; margin: 0 auto;}

		ul#news li {
			display:block;
			float:left;
			}
			ul#news li a {        /* fist tab!!!! */
				display:block;
				outline:none;
				width:175px;height:40px;
				background:transparent url(http://newlygreens.com/_content/_images/_top__nav_news.png) no-repeat 0 0;
				text-indent:-9009px;
				margin:0 10px 0 0;
				}
				ul#news li a:hover {background-position:0 -40px}


			ul#news li#press-nav a {
				width:65px;
				background-position:-175px 0;
				}
				ul#news li#press-nav a:hover {
					background-position:-175px -40px
					}
