.modernbricksmenu2{
padding: 0;
margin: 0;
\*width: 215px;*\
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin: 0;
margin-left: 1px; /*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;
width: 106px;
display: block;
font: bold 11px Tahoma, Arial;
font-weight: normal;
line-height: 18px;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 0px;
text-align: center;
background-color: black; /*Brown color theme*/ 
border-bottom: 1px solid #181818;
}

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

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

.tabcontent{
display:none;
margin: 0;
padding: 0;
}

form, select, option, {
	margin: 0;
	padding: 0;
}
.tabselect { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	width: 195px;
	margin: 10px 0 0 10px;
}
.searchbttn {
	margin: 10px 10px 0 0;
}

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