
.modernbricksmenu3 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.modernbricksmenu2 li{
display: inline;
margin: 0 1px 0 0;
padding: 0;


}

.tabcontent{
display:none;
FONT-SIZE: 13px; COLOR: #666666; FONT-FAMILY: "ARIAL"; TEXT-DECORATION: none; LINE-HEIGHT: 19px;
    padding-RIGHT:5px;
    padding-LEFT:5px;
    padding-top:5px;
    padding-BOTTOM:5px;
}



.modernbricksmenu2 a{
float: left;
display: block;
font: bold 9px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
background-color: #666666; /*Brown color theme*/ 
border-top: 1px solid white;
padding: 2px 4px;
}


.modernbricksmenu2 a:hover{
background-color: #6699CC; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #6699CC; /*Brown color theme*/ 
color: white;
border-color: #6699CC; /*Brown color theme*/ 
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */



.CAMPEGGIO a{
background-color: #6699CC; /*Brown color theme*/ 
color: white;
border-top: 0px solid white;
padding: 0px 0px;

}


.CAMPEGGIO a:hover{
background-color: #6699CC; /*Brown color theme*/ 
color: white;
border-top: 0px solid white;
padding: 0px 0px;
}

.CAMPEGGIO a.selected{ /*currently selected tab*/
background-color: #6699CC; /*Brown color theme*/ 
color: white;
border-top: 0px solid white;
padding: 0px 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

