﻿/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.tjn_tab_menu {
padding: 0;
width: 540px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.tjn_tab_menu ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tjn_tab_menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.tjn_tab_menu 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 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.tjn_tab_menu a:hover{
background-color: #4fc8e5; /*Brown color theme*/ 
color: white;
}

.tjn_tab_menu a.selected{ /*currently selected tab*/
background-color: #0b5b9b; /*Brown color theme*/ 
color: white;
border-color: #000000; /*Brown color theme*/ 
}

.tabcontent{
border-top: 5px #0b5b9b;
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
