@charset "utf-8";
/* CSS Document */

/* MENU' ORIZONTALE HEADER */
.menu_header{
width: 100%;
overflow: hidden;
}

.menu_header ul{
margin: 0;
padding: 0;
padding-left: 10px;/*offset of tabs relative to browser left edge*/
font: bold 12px helvetica;
list-style-type: none;
}

.menu_header li{
display: inline;
margin: 0;

}

.menu_header li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background:#663; /*background of tabs (default state)*/
height:26px;
}

.menu_header li a:visited{
color: white;
}

.menu_header li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/* MENU' VERTIVALE VINO */



.tagmenu{
margin: 0;
padding: 0;
width: 190px;
list-style-type: none;
}

.tagmenu li a{
color:#000;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-family:helvetica;
font-size:12px;
font-weight: bold;
border-color:#99CC33 #669900 #669900 #99CC33; 
background-color:#FFF;
text-decoration:none;
}


.tagmenu li a:visited{
color:#000;
}

.tagmenu li a:hover, .tagmenu li a:active{
color: black;
background-color: #CCCCCC;
}

.hover {
color: black;
background-color: #CCCCCC;
}


