
.modernbricksmenu2{
	padding: 0;
	width: 950px;
	background: transparent;
	padding-left : 0px;
}

.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;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: 13px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0px 0;
	/*Margin between each menu item*/
	padding: 7px 17.5px;
	background-color: #399800;
	/*Brown color theme*/
	font-weight : bold;
}

.modernbricksmenu2 a:hover{
background-color: #2D7700; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #2D7700; /*Brown color theme*/ 
color: white;
}

.tabcontent{
display:none;
}