.menu1 {
  	//MARGIN: 0px;
    padding: 0px;
    width: 210px;
    TEXT-INDENT: 0px;
    font-weight: bold;
    TEXT-DECORATION: none;
}

.menu1 LI A {
    COLOR: #ffffff;
    BACKGROUND: #000000;
    font-size: 12px;
    //FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    TEXT-DECORATION: none;
    //BORDER-RIGHT: 1px none #999999;
    //BORDER-LEFT: 1px none #999999;
    BORDER-TOP: 1px solid #aa0000;
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 11px;
    PADDING-BOTTOM: 4px;
    PADDING-TOP: 4px;
    MARGIN: 0px;
    DISPLAY: block;
}
.menu1 LI A:hover {
    COLOR: #FF0000;
    BACKGROUND: #111111;
    text-decoration: none;
}
/*UL.menu1 LI A:visited {
  	COLOR: #CC0000;
  	BACKGROUND: #333333;
  	text-decoration: none;
} */
.menu1 LI A:active {
    COLOR: #FF9900;
    BACKGROUND: #333333;
    text-decoration: none;
}
.menu1 LI {
  	DISPLAY: inline;  //per non visualizzare i pallocchi
  	text-decoration: none;
}
.menu1 LI A:link {
  	text-decoration: none;
}	
.menu2link {
  	TEXT-INDENT: 4px;
  	font-weight: normal;
}
.menu2linksel {
  	TEXT-INDENT: 10px;
  	font-weight: normal;
}

//BARRA
#pillmenu {
	text-align:center;
	margin: 0;

}
#pillmenu ul {
	margin: 0;
	padding: 0 0 0 15px;
	//list-style: none;

}
#pillmenu li {
  font-size: 13px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top:3px;
	list-style: none;
	text-transform: uppercase;
}
#pillmenu li a {
	font-family:"Trebuchet MS",Tahoma;
  color: #5B5858;
	float: left;
	display: block;
	line-height: 14px;
	padding: 0 30px 0 30px; //spaziatura a sx e dx del testo
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #5B5858;
}
#pillmenu li a:hover {
	font-family:"Trebuchet MS",Tahoma;
  color: #83889D;

	float: left;
	display: block;
	line-height: 14px;
	//padding: 0 35px 0 35px; //spaziatura a sx e dx del testo
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #5B5858;
}



//BOTTONI ROLLOVER
//RSS
.bottone_rollover {
width: 30px;
height: 30px;
}

.bottone_rollover a {
display: block;
width: 30px;
height: 30px;
background: url(images/rss.gif) no-repeat top ;
}

.bottone_rollover a:hover {
background-position: bottom ;
}


///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///////////////////



a.menupagine{
          color: #FF0000;
        	width: auto;
        	height: auto;
        	border:  1px solid #000000;
}
a.menupagine:hover{
          background-color: #666666;
}
a.menupaginesel{
        	color: #FF0000;
        	width: auto;
        	height: auto;
        	border: 1px solid #000000;
        	background-color: #333333;
}
a.menupaginesel:hover{
					background-color: #666666;
}
