/* ######### CSS for Tabbed Forum Home ######### */

.TFHmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.TFHmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

.TFHmenu2 a{
float: left;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
text-align:center;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 0px 5px 0px;
background: url('tabbg.gif') no-repeat;
width: 98px;  
}

.TFHmenu2 a:hover{
font: 11px Arial;
color: white;
background: url('tabbghover.gif') no-repeat;

}

.TFHmenu2 a.selected{ 
font: bold 11px Arial;
color: white;
background: url('tabbghover.gif') no-repeat;

}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 2px;
background: #06456c;  
}



