UL.menu1 {
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	text-transform: capitalize;
	padding: 0px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;


}

UL.menu1 LI A {
	BORDER-RIGHT: 1px none #999999;
	PADDING-RIGHT: 4px;
	BORDER-TOP: 1px solid #999999;
	DISPLAY: block;
	PADDING-LEFT: 11px;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px;
	BORDER-LEFT: 1px none #999999;
	COLOR: #999999;
	PADDING-TOP: 4px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-size: 14px;
}

UL.menu1 LI {
	DISPLAY: inline;
	text-decoration: none;
}
UL.menu1 LI A:link {
	COLOR: #ffffff;
	text-decoration: none;
}
UL.menu1 LI A:visited {
	BACKGROUND: #;
	COLOR: #ffffff;
	text-decoration: none;
}
UL.menu1 LI A:hover {
	BACKGROUND: #666666;
	COLOR: #00CC00;
	text-decoration: none;
}
UL.menu1 LI A:active {
	BACKGROUND: #;
	COLOR: #FF9900;
	text-decoration: none;
}
	
.sm{
	background-color: #000000;
}
.linkmenu1 {
	font-weight: normal;
}
.linkmenu1sel {
	font-weight: normal;
}
.linkmenu2 {
	TEXT-INDENT: 10px;
	font-weight: normal;
}
.linkmenu2sel {
	TEXT-INDENT: 15px;
	font-weight: normal;
}


td.menuvoce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	width: 120px;
	height: auto;
	border: 1px solid #003300;
}
td.menuvoce:hover{
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}
a.barra:hover{
	color: #003300;
}///PULSANITI FUNZIONI NEWS MODULI////////////////
//MODIFICA
.bottone_rollover_modifica {
  width: 72px;
  height: 48px;
}
.bottone_rollover_modifica a {
  display: block;
  width: 72px;
  height: 48px;
  background: url(images/modifica.gif) no-repeat top ;
}
.bottone_rollover_modifica a:hover {
  background-position: bottom ;
}

//CANCELLA
.bottone_rollover_cancella {
  width: 72px;
  height: 48px;
}
.bottone_rollover_cancella a {
  display: block;
  width: 72px;
  height: 48px;
  background: url(images/cancella.gif) no-repeat top ;
}
.bottone_rollover_cancella a:hover {
  background-position: bottom ;
}

//LISTA
.bottone_rollover_lista {
  width: 72px;
  height: 48px;
}
.bottone_rollover_lista a {
  display: block;
  width: 72px;
  height: 48px;
  background: url(images/lista.gif) no-repeat top ;
}
.bottone_rollover_lista a:hover {
  background-position: bottom ;
}

//INSERISCI
.bottone_rollover_inserisci {
  width: 72px;
  height: 48px;
}
.bottone_rollover_inserisci a {
  display: block;
  width: 72px;
  height: 48px;
  background: url(images/inserisci.gif) no-repeat top ;
}
.bottone_rollover_inserisci a:hover {
  background-position: bottom ;
}

//RIPROVA
.bottone_rollover_riprova {
  width: 72px;
  height: 48px;
}
.bottone_rollover_riprova a {
  display: block;
  width: 72px;
  height: 48px;
  background: url(images/riprova.gif) no-repeat top ;
}
.bottone_rollover_riprova a:hover {
  background-position: bottom ;
}
//FINE NEWS MODULI///////////////////