<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header 
{ 
	width: 1000px; 
	height: 51px; 
	margin: 0px auto;
	margin-top: 166px ;
}
 
#header ul#menu li 
{ 
	display: inline;
	overflow: hidden; 
	height:51px; 
}
 
#header 
{
	background: url(http://www.teamshowa.it/images/header.png) no-repeat; 
}
 
#header ul#menu li a 
{ 
	float: left;
	height: 0px;
	padding-top: 51px; 
	overflow: hidden;
 }
 
#menu li a:hover 
{
	background: url(http://www.teamshowa.it/images/menu-hover.png) no-repeat;
}
 
#menu li a:active 
{
	background: url(http://www.teamshowa.it/images/menu-active.png) no-repeat;
 }
 
#menu li a.selected 
{ 
	background: url(http://www.teamshowa.it/images/menu-selected.png) no-repeat;
 }
 
li#Lavori a 
{
	width:165px;
 }
 
li#Gallery a 
{ 
	width:165px;
 }
 
li#Risultati a 
{
	width:165px;
 }
 
li#Streaming a 
{ 
	width:165px;
 }
 li#Giochi a 
{ 
	width:166px;
 }
 li#Podcast a 
{ 
	width:164px;
 }
 li#Lavori a:hover, li#Lavori a:active, li#Lavori a.selected 
{ 
	background-position:0px 0px;
 }
 
li#Gallery a:hover, li#Gallery a:active, li#Gallery a.selected 
{ 
	background-position:-165px 0px; 
 }
 
li#Risultati a:hover, li#Risultati a:active, li#Risultati a.selected 
{ 
	background-position:-330px 0px;
 }
 
li#Streaming a:hover, li#Streaming a:active, li#Streaming a.selected 
{ 
	background-position:-495px 0px;
 }
 li#Giochi a:hover, li#Giochi a:active, li#Giochi a.selected 
{ 
	background-position:-660px 0px;
 }
 li#Podcast a:hover, li#Podcast a:active, li#Podcast a.selected 
{ 
	background-position:-826px 0px;
 }</pre></body></html>