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

.modernbricksmenu2{
padding: 0;
width: 381px;
margin:4px 0 0 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
clear:both;
}

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

.modernbricksmenu2 li{
display: inline;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
background-color: #e6deec;
text-indent:-5000px; 
}

.modernbricksmenu2 a:hover{
background-color: #d0c7d7; 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #d0c7d7; 
color: white;
background-position:0 -30px;
}


.modernbricksmenu2 a#welcome {
	background:url(/contentImages/default/tab_welcome.gif) no-repeat top;
	float:left;
	display:block;
	width:109px;
	height:30px;}
.modernbricksmenu2 a#welcome:hover {
	background:url(/contentImages/default/tab_welcome.gif) no-repeat 0 -30px;}
	
.modernbricksmenu2 a#members {
	background:url(/contentImages/default/tab_members.gif) no-repeat top;
	float:left;
	display:block;
	width:136px;
	height:30px;}
.modernbricksmenu2 a#members:hover {
	background:url(/contentImages/default/tab_members.gif) no-repeat 0 -30px;}
	
.modernbricksmenu2 a#worship {
	background:url(/contentImages/default/tab_worship.gif) no-repeat top;
	float:left;
	display:block;
	width:133px;
	height:30px;}
.modernbricksmenu2 a#worship:hover {
	background:url(/contentImages/default/tab_worship.gif) no-repeat 0 -30px;}
