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

.modernbricksmenu2{
padding: 0;
width: 95%;
background: #7b4b47;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
        -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 20px;
background-color: #919191; /*Brown color theme*/ 
border-bottom: 2px solid #000
        -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;;
}

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

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

.tabcontent{
display:none;
}

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


/* Navigation */
#primary_nav {
	background: #3f3f3d;
	font-size: 0.95em;
	border-bottom: 5px solid #7d7f79;
	padding-left: 10px;
	height: 31px;	
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	#primary_nav ul li {
		font-size: 0.95em;
		padding: 8px 8px;
		margin-left: 6px;
	}
	
		#primary_nav ul li.active {
			background: #7d7f79;
			font-size: 1.05em;
			font-weight: bold;
			padding: 0;			
			margin: -4px 0px auto 5px;
			position: relative;		
		}
		
		#primary_nav ul li.active a {
			background: #7d7f79;
			padding: 10px 15px 10px 10px;
			margin-left: 6px;
			display: block;			
		}
		
	#primary_nav ul li a {
		color: #fff;
		text-decoration: none;
	}
