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

#tabsCont{
	float:right;
	padding-right:36px;
	margin-top:134px;
	width:465px;
	
}

.modernbricksmenu2{
padding: 0;
width:460px;
/*border-top: 5px solid #D25A0B; Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2{
margin-bottom:0px;
}

.modernbricksmenu2 ul{
margin:0px;
padding: 0px;
list-style: none;

}

.modernbricksmenu2 li{
display: inline;
padding: 0;
/* PNG2401 - MAC Issues */
outline:none;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0px 0px 0px 0px; /*Margin between each menu item*/
padding: 5px 31px;
line-height:39px;
background-position:20px 14px;
}
.modernbricksmenu2 a#you{
background-image:url(../Images/tab2-foryou.gif);
background-repeat:no-repeat;
text-indent:-9999px;
width:49px;
}

.modernbricksmenu2 a#you.selected{
	background-image:url(../Images/tab1-foryou.gif);
}

.modernbricksmenu2 a#world{
	background-image:url(../Images/tab2-forworld.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:89px;
}

.modernbricksmenu2 a#world.selected{
	background-image:url(../Images/tab1-forworld.gif);
}

.modernbricksmenu2 a#enviro{
	background-image:url(../Images/tab2-forenviroment.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:135px;
}

.modernbricksmenu2 a#enviro.selected{
	background-image:url(../Images/tab1-forenviroment.gif);
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #fff;
	filter: alpha (opacity=90);/*Brown color theme*/ 
}

.modernbricksmenu2 a#btn_1:hover{
	background-image:url(../Images/tab1-foryou.gif);
	background-repeat:no-repeat;
	background-color:#fff;
filter: alpha (opacity=90);/*Brown color theme*/
	}

.modernbricksmenu2 a#btn_2:hover{
	background-image:url(../Images/tab1-forworld.gif);
	background-repeat:no-repeat;
	background-color:#fff;
filter: alpha (opacity=90);/*Brown color theme*/
}

.modernbricksmenu2 a#btn_3:hover{
	background-image:url(../Images/tab1-forenviroment.gif);
	background-repeat:no-repeat;
	background-color:#fff;
filter: alpha (opacity=90);/*Brown color theme*/

}
 

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #fff;
	filter: alpha (opacity=90);/*Brown color theme*/ 
}


.tabcontent{
	display:none;
	text-align:left;
	padding:15px 15px;
}

.tabcontent div{
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:415px;
	height:150px;
}

.modernbricksmenu2 a#btn_1{
background-image:url(../Images/tab2-foryou.gif);
background-repeat:no-repeat;
text-indent:-9999px;
width:49px;
}

.modernbricksmenu2 a#btn_1.selected{
background-image:url(../Images/tab1-foryou.gif);
 background-repeat:no-repeat;
/* PNG2401 - MAC Issues */
  outline:none;
}

.modernbricksmenu2 a#btn_2{
background-image:url(../Images/tab2-forworld.gif);
background-repeat:no-repeat;
text-indent:-9999px;
width:89px;
}

.modernbricksmenu2 a#btn_2.selected{
background-image:url(../Images/tab1-forworld.gif);
 background-repeat:no-repeat;
/* PNG2401 - MAC Issues */
  outline:none;

}

.modernbricksmenu2 a#btn_3{
background-image:url(../Images/tab2-forenviroment.gif);
background-repeat:no-repeat;
text-indent:-9999px;
width:135px;
}

.modernbricksmenu2 a#btn_3.selected{
background-image:url(../Images/tab1-forenviroment.gif);
 background-repeat:no-repeat;
/* PNG2401 - MAC Issues */
  outline:none;

}


.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #fff;
filter: alpha (opacity=90);/*Brown color theme*/ 
}

.tabcontent{
display:none;
text-align:left;
padding:15px 15px;
}

.tabcontent div{
	background-repeat:no-repeat;	text-indent:-9999px;	width:415px;	height:150px;
	
}

.tabcontent div#foryou{
	background-image:url(../Images/text-foryou.gif); 
}

.tabcontent div#forworld{
	background-image:url(../Images/text-forworld.gif);  }

.tabcontent div#forenviro{
	background-image:url(../Images/text-forenviroment.gif);
}

.tabcontent div h1{
	line-height:35px;
	color:#029bdf;
}

@media print {
.tabcontent {
display:block !important;
}
}