.menuHP{
    background: transparent url('../images/bg_menuhp_elettricita.gif') 0 0 no-repeat;
}

.menuHP p a{
    background: transparent url('../images/bg_menu_hp_e.gif') right -7px no-repeat;
}	


h2{color:#009434;}
h1{color:#009434;}
h3, .areaDescription h3 a, .areaDescription h3 a:link, .areaDescription h3 a:visited{color:#009434; font-weight:normal;}
.areaDescription h3 a:hover{color:#7FB994;}

.itemBox{
	background: transparent url('../images/bg_itembox.gif') 0 0px no-repeat;
	width:207px;
	height:60px;
	overflow: hidden;
	float:left;
	padding:20px 20px 20px 23px;
	margin:0 10px 0 -5px;
	position:relative;
}

.contentAreaBox{
    /*background: transparent url('../images/bg_contentareabox.gif') 0 0 no-repeat;*/
    width:695px;
    height:150px;
    padding: 10px;
}

h2 a.active:link, h2 a.active:visited, a.active:link, a.active:visited{
color:#009434;
font-weight:900;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  Regola richiesta per nascondere il contenuto non
  attivo delle tab.
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  Classe .tabber = prima che l'interfaccia sia creata
  Classe .tabberlive = dopo che l'interfaccia è stata creata
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = la lista di navigazione delle tab
  li.tabbernav = il list item con la tab attiva
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding:0;
 border-bottom: 1px solid #84cc9e;
 font: bold 11px Verdana, sans-serif;
 height:20px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0;
 margin-left: 3px;
 border-bottom: none;
 background: url('../images/out.gif') no-repeat;
 text-decoration: none;
 display:block;
 width:120px;
 float:left;

}

ul.tabbernav li a:link { 
	color: #1da24b;
	text-align:center;
}
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 border-color: #227;
 background: url('../images/over.gif') no-repeat;
}
 
ul.tabbernav li.tabberactive a
{
 background: url('../images/over.gif') no-repeat;
 display:block;
 width:120px;
 color: #fff;
 border-bottom: 1px solid #84cc9e;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: url('../images/over.gif') no-repeat;
 display:block;
 width:120px;
 border-bottom: 1px solid #84cc9e;
}

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:1px solid #84cc9e;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:80px;
 overflow:auto;
 clear:both;
}

div.largeBox{
	background:transparent url('../images/bg_box_555x83.gif') -3px -4px no-repeat;
	padding:13px 5px 10px 33px;
	font-weight:900;
	margin-top:15px;
	margin-bottom:10px;
}

div.largeBox span{
	color:#009434;
}