/* Contenitore del MENU DHTML */
.navbar
{
	width:150px;
	border-top: 1px solid #8cc63f;
	border-left: 1px solid #8cc63f;
	border-right: 1px solid #8cc63f;
	border-bottom: 1px solid #8cc63f;
	/*border: 1px solid #8cc63f;*/
	border-width: 1px 1px 0px 1px;
	padding-top:0px;
    padding-bottom:0px;
}  

/* Contenitore degli ITEM di 1° livello */
.mainDiv
{
  width:150px;
  border: 1px solid #8cc63f;
  border-width: 0px 0px 1px 0px;
  padding-top:0px;
  padding-bottom:0px;
  vertical-align: center;
  font:  11px Arial, Helvetica, sans-serif, bold;
}

/* Stile LINK ITEM di 1° */
.mainDiv a:link
{
   text-decoration:none;
}
.mainDiv a:active
{
   text-decoration:none;
}
.mainDiv a:visited
{
   text-decoration:none;
}
.mainDiv a:hover
{
   text-decoration:none;
}

/* Stile ITEM di 1° livello aperto (mouse out) */
.topItem
{
  text-indent: 50px;
  text-align: left;
  
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_open_out.jpg") no-repeat 0 0;
  background-position:center;
  background-repeat:no-repeat;
  border: none;
  width: 150px;
  height: 25px;
  color: #8CC63F;
  cursor:pointer;
}
.topItem2
{
  text-indent: 40px;
  text-align: left;
  
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background-position:center;
  background-repeat:no-repeat;
  border: none;
  width: 150px;
  height: 25px;
  color: #8CC63F;
  cursor:pointer;
}


/* Stile ITEM di 1° livello aperto (mouse over) */
.topItemOver
{
  text-indent: 50px;
  text-align: left;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_open_over.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #5C7A32;
  cursor:pointer;
}

/* Stile ITEM di 1° livello chiuso (mouse out) */
.topItemClose
{
  text-indent: 40px;
  text-align: center;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_close_out.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #8CC63F;
  cursor:pointer;
}

/* Stile ITEM di 1° livello chiuso (mouse over) */
.topItemCloseOver
{
  text-indent: 40px;
  text-align: center;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_close_over.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #5C7A32;
  cursor:pointer;
}

.topItemOver2
{
  text-indent: 40px;
  text-align: left;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_open_over.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #5C7A32;
  cursor:pointer;
}

/* Stile ITEM di 1° livello chiuso (mouse out) */
.topItemClose2
{
  text-indent: 40px;
  text-align: center;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_close_out.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #ffffff;
  cursor:pointer;
}

/* Stile ITEM di 1° livello chiuso (mouse over) */
.topItemCloseOver2
{
  text-indent: 40px;
  text-align: center;
  vertical-align: middle;
  font:  11px Arial, Helvetica, sans-serif, bold;
  letter-spacing: 0;
  background: url("main_close_over.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  color: #5C7A32;
  cursor:pointer;
}
/* Contenitore del SOTTOMENU DHTML */
.dropMenu
{

  background-color: #8cc63f;
  color: #8cc63f;
  border: 0px solid #8cc63f;
  border-width: 0px 0px 0px 0px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

/* Contenitore degli ITEM di 2° livello */
.subMenu
{
   display: none;
   padding-top:0px;
   padding-bottom:0px;
   
}

/* Stile ITEM di 2° livello (mouse out) */
.subItem
{
   font:  11px Arial, Helvetica, sans-serif, bold;
   margin-left:10px;
   margin-right:10px;
   text-align: left;
   vertical-align: middle;
   height:20px;
   color: #ffffff;
   border: 1px solid #8cc63f;
   cursor:pointer;	
}

/* Stile LINK ITEM di 2° livello (mouse out) */
.subItem a
{
   font:  11px Arial, Helvetica, sans-serif, bold;
   text-decoration:none;
   color: #FFFFFF;
   vertical-align: middle;
   
}

/* Stile ITEM di 2° livello (mouse over) */
.subItemOver
{
   font:  11px Arial, Helvetica, sans-serif, bold;
   margin-left:10px;
   margin-right:10px;
   text-align: left;
   vertical-align: middle;
   height:20px;
   color: #ffffff;
   border: 1px solid #8cc63f;
   cursor:pointer;	
}

/* Stile LINK ITEM di 2° livello (mouse over) */
.subItemOver  a
{
   font: 11px Arial, Helvetica, sans-serif, bold;
   color: #000000;
   text-decoration: none;
   vertical-align: middle;
}

.drop
{
   
   border-left:0px solid black;
   border-right:0px solid black;	
}




