
.modernbricksmenu2{
width: inherit;
border-bottom: solid 10px #166A3F; /* ACTIVE COLOR,  Menu bottom line*/
height: 25px;
background: transparent;
}

.modernbricksmenu2 ul{
margin:0px;
margin-left: 10px; /* Margin between first menu item and left edge*/
padding: 0px;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0px;
padding: 0px;
font-weight:bold;
 font-size:10px;
}

.modernbricksmenu2 a{
float: left;
display: block;
font-family:inherit;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 12px;
/*background-color: #454545; /* TAB's COLOR */ 
background-image:url('../Images/TabImage.png');
 background-position:right;
border-bottom: 1px solid black;
border-top: 1px solid transparent;
}

.modernbricksmenu2 a:hover{
/*background-color: #212121; /* HOVER COLOR */ 
background-image:url('../Images/TabImageHover.png');
background-position:right;
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
/*background-color: #166A3F; /* ACTIVE COLOR*/ 
/*border-color: #166A3F; /* ACTIVE COLOR*/ 
border-bottom: solid 1px #166A3F;
border-left:solid 1px #166A3F;
background-image:url('../Images/TabImageActive.png');
background-position:right;
color: white;
}

.tabcontent{
display:none;
}

.folderbox{
/*border:solid 1px #166A3F;*/
padding:10px;
}

@media print {
.tabcontent {
display:block !important;
}
}


