.SBtabs2{
border-bottom: 1px dotted #67788f;
voice-family: "\"}\"";
voice-family: inherit;
margin-top: -1px;
}

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

.SBtabs2 li {
display: inline;
margin: 0;
padding: 0;
text-transform: normal;
}

.SBtabs2 a {
float: left;
display: block;
color: #c2cad2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 4px 10px 4px 10px;
background: transparent url(../images/tabsOff.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 0px;
position: relative;
}

.SBtabs2 a:hover {
color: white;
background-image: url(../images/tabsOver.gif);
}

.SBtabs2 a.selected { /*currently selected tab*/
color: white;
border-left: 1px solid #697a91;
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../images/tabsOn.gif) 100% 0 no-repeat;
}

* html .SBtabs2{ height: 1%; } /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/

.tabpagestyle { /*style of tab content container*/
padding: 10px;
background-color: #1a283c;
border-bottom: 1px dotted #67788f;
}

.tabcontent{
display:none;
}

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