/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width:700px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
width:700px;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
float:left;
width:175px;
text-align:center;
}

.modernbricksmenu2 a{
float: left;
display: block;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color: white;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding-top:5px;
padding-bottom:5px;
background-color: #a3948c; /*Brown color theme*/ 
display:inline-block;
width:175px;
}

.modernbricksmenu2 a:hover{
background-color: #e5e1df; /*Brown color theme*/ 
color: #796156;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #e5e1df; /*Brown color theme*/ 
color: #796156;
}

.tabcontent, .tabcontent a{
/*display:none;*/
/*change done by mahesh newale*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	margin:0;
	text-decoration:none;
}

@media print {
.tabcontent {
display:block !important;
}
}