#content { width: 760px; margin:auto;  }


/* Menu */
	.navigation			{height:51px;float:left;position:absolute;top:88px;left:34px;}
	.navigation ul li	{float:left;}
	.navigation ul li a	{display:block;text-indent:-9999px;height:51px;}
		a.item1			{width:138px;background:url(../images/bg-nav.png) no-repeat left top;}
		a.item1:hover		{background-position:left bottom;}
		a.item2			{width:193px;background:url(../images/bg-nav.png) no-repeat -138px top;}
		a.item2:hover		{background-position: -138px bottom;}
		a.item3			{width:164px;background:url(../images/bg-nav.png) no-repeat -331px top;}
		a.item3:hover		{background-position: -331px bottom;}
		a.item4			{width:130px;background:url(../images/bg-nav.png) no-repeat -495px top;}
		a.item4:hover		{background-position: -495px bottom;}
		
		.item1 a.active{background-position:left bottom !important;}
		.item2 a.active{background-position:-138px bottom !important;}
		.item3 a.active{background-position:-331px bottom !important;}
		.item4 a.active{background-position:-495px bottom !important;}

/* Past Winners */

.left { float: left; }