/* MENU CHANNELS */

/* START DEFAULT CLASS */
div.menu-desktop {
	width: 145px;
}
div.menu-box {

}
div.menu-channel{
	font:10px verdana,helvetica,sans-serif;
	text-align: center;
}
div.menu-channel-title{
	font:10px verdana,helvetica,sans-serif;
	text-align: center;
}
a.menu-channel-title:link, a.menu-channel-title:visited, a.menu-channel-title:active{
	font:10px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.menu-channel-title:hover {
	font:10px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/* END DEFAULT CLASS */

/* START CHANNEL STYLE */
/* CANALE DI LIVELLO - 0 */
div.canale-livello-0 {
	text-align: center;
	height: 32px;
}
div.canale-livello-0-over {
	/*background-image: url('/images/channels_bkg_on.gif');*/
	text-align: center;
	height: 32px;
}
div.canale-livello-0-out {
	text-align: center;
	height: 32px;
}
a.canale-livello-0:link, a.canale-livello-0:visited, a.canale-livello-0:active {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #003377;
	width: 145px;
	height: 32px;
}
a.canale-livello-0:hover {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #333333;
	width: 145px;
	height: 32px;
}
/*a.canale-livello-0:link, a.canale-livello-0:visited, a.canale-livello-0:active {
	display: block;
	font:10px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	width:145px;
	height:29px;
	background-color:transparent;
	background-image: url('/images/channels_bkg_off.gif');
	text-decoration: none;
	padding:4px;
}
a.canale-livello-0:hover {
	font:10px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	line-height: 2em;
	display: block;
	background-color:transparent;
	background-image: url('/images/channels_bkg_off.gif');
}*/

/* CANALE DI LIVELLO - 1 */
div.canale-livello-1 {
	text-align: center;
	height: 39px;
}
div.canale-livello-1-over {
	/*background-image: url('/images/channels_bkg_on.gif');*/
	text-align: center;
	height: 39px;
}
div.canale-livello-1-out {
	text-align: center;
	height: 39px;
}
a.canale-livello-1:link, a.canale-livello-1:visited, a.canale-livello-1:active{
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.canale-livello-1:hover {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/* CANALE DI LIVELLO - 2 */
div.canale-livello-2 {
	text-align: center;
	height: 45px;
}
a.canale-livello-2:link, a.canale-livello-2:visited, a.canale-livello-2:active{
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.canale-livello-2:hover {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/* CANALE DI LIVELLO - 3 */
div.canale-livello-3 {
	text-align: center;
	height: 23px;
}
a.canale-livello-3:link, a.canale-livello-3:visited, a.canale-livello-3:active{
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.canale-livello-3:hover {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


/* CANALE PROFILO - 0 */
div.canale-profilo {
	background-image: url('../images/btn_profilo.gif');
	text-align: center;
	height: 32px;
}
div.canale-profilo-over {
	background-image: url('../images/btn_profilo_on.gif');
	text-align: center;
	height: 32px;
}
div.canale-profilo-out {
	background-image: url('../images/btn_profilo.gif');
	text-align: center;
	height: 32px;
}
 
a.canale-profilo:link, a.canale-profilo:visited, a.canale-profilo:active {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #003377;
	width: 145px;
	height: 32px;
}
a.canale-profilo:hover {
	font:9px verdana,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #333333;
	width: 145px;
	height: 32px;
}
/* END CHANNEL STYLE */