/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 500px;
background: transparent;
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 1px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 9px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 7px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #781496; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #781496; /*Brown color theme*/ 
color: white;
border-color: #781496; /*Brown color theme*/ 
}

.modernbricksmenu3 a{
background-color: #000000; /*Brown color theme*/ 
border-top: 1px solid white;
padding-right: 8px;
}

.modernbricksmenu3 a:hover{
background-color: #ca3e98; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu3 a.selected{ /*currently selected tab*/
background-color: #ca3e98; /*Brown color theme*/ 
color: white;
border-color: #ca3e98; /*Brown color theme*/ 
}

.modernbricksmenu4 a{
background-color: #000000; /*Brown color theme*/ 
border-top: 1px solid white;
padding-right: 8px;
padding-left: 8px;
}

.modernbricksmenu4 a:hover{
background-color: #00b0e8; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu4 a.selected{ /*currently selected tab*/
background-color: #00b0e8; /*Brown color theme*/ 
color: white;
border-color: #00b0e8; /*Brown color theme*/ 
}

.modernbricksmenu5 a{
background-color: #000000; /*Brown color theme*/ 
border-top: 1px solid white;
padding-right: 8px;
}


.modernbricksmenu5 a:hover{
background-color: #5aae41; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu5 a.selected{ /*currently selected tab*/
background-color: #5aae41; /*Brown color theme*/ 
color: white;
border-color: #c5aae41; /*Brown color theme*/ 
}

.modernbricksmenu6 a{
background-color: #000000; /*Brown color theme*/ 
border-top: 1px solid white;
padding-right: 8px;
}

.modernbricksmenu6 a:hover{
background-color: #fbb040; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu6 a.selected{ /*currently selected tab*/
background-color: #fbb040; /*Brown color theme*/ 
color: white;
border-color: #fbb040; /*Brown color theme*/ 
}
.tabcontent{
display:none;
voice-family: "\"}\"";
voice-family: inherit;
line-height: 24px;
}
.tabcontent a{
color: #fff;
text-decoration:underline;
}
.tabcontent a:hover{
color: #fff;
text-decoration:none;
}

#wrapper .tabcontent td{
text-align:right;
font-size: 12px;
}

.tabcontent a:visited{
color: #fff;
text-decoration: none;
}

#flowertabs a{
	color: #fff;
	text-decoration: none;
	/*padding: 0 2px 0 2px;*/
}

#flowertabs a:visited{
	color: #fff;
	text-decoration: none;
}



@media print {
.tabcontent {
display:block !important;
}
}

