/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	width: 593px; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-collapse: collapse;
	padding-left: 82px;

}



.modernbricksmenu2 table td{
	display: inline;
	padding: 0;
	text-transform:capitalize;
	margin: 0;
}

.modernbricksmenu2 td a{
	float: left;
	display: block;
	color: #464646;
	text-decoration: none;
	background-color: #6B99BB; /*Brown color theme*/
	border-top: 1px solid white;
	height: 26px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/non_active.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 26px;
	text-align: center;
	padding: 0px;
	width: 146px;
}

html > body
.modernbricksmenu2 td a{
	margin-right: 2px;
}
.modernbricksmenu2 td a:hover{

}

.modernbricksmenu2 td a.selected{ /*currently selected tab*/
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid white;
	height: 26px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding: 0px;
	width: 146px;
	text-align: center;
}

html > body
.modernbricksmenu2 td a.selected{
	margin-right: 2px;
}
.tabcontent{
}

@media print {
.tabcontent {
display:block !important;
}
}
.tab_con_wid {
	width: 675px;
	padding: 0px;
	margin-bottom: 1em;
}

*html
.tab_con_wid {
	width: 675px;
	padding: 0px;
	margin-bottom: 1em;
}

