

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 150px;
 /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}


.modernbricksmenu2 a{
	text-align:center;

display:list-item;
text-transform:uppercase;
font: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
margin: 5px 5px 5px 5px; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

 