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

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

.TFHmenu2 ul{
margin:0;
margin-left: 0px; /*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;
text-decoration:none;
background:url(tabs_inactive.jpg);
width: 106px; 
height:31px;
text-weight:bold;
color: Black;
font-style:bold;
text-align:center;
}

.TFHmenu2 p{
margin-top:9px;
font-family: "Lucida Grande",Tahoma,sans-serif;

font-variant: normal;
font-weight: normal;
}

.TFHmenu2 a:hover{
background-position:0px 31px;

}

.TFHmenu2 a.selected{ 
background-color: #869BBF;  
border-color: #869BBF; 
background:url(tabs_selected.jpg);
}

.TFHmenu2line{
clear: both;
width: 725px;
height:31px;
background:url(tabs_line.jpg);
background-position:bottom;
background-repeat:repeat-x;  

}