/* ######### main menù ######### */

.greenmenu ul{
margin: 0 0 0 2px;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
border-bottom: 0px;
background: white;
overflow: hidden;
width: 100%;
}

.greenmenu li{
display: inline;
margin: 0;
}

.greenmenu li a{
float: left;
display: block;
text-decoration: none;
text-align: center;
margin: 0;
padding: 6px 0 0 0; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
border-color: #bde890;
color: white;
background: #6eb22e;
width: 100px;
height: 24px;
}

.greenmenu li a:visited{
color: white;
}

.greenmenu li a:hover{
background: #bde890; /*background of tabs for hover state */
}

.greenmenu a.selected{
background: #bde890; /*background of tab with "selected" class assigned to its LI */
}

