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

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

.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#first {
float: left;
display: block;
font: 12px Arial;
color: white;
text-decoration: none;
padding-top:10px;
background:url(../../images/styles/Wholesale/style/tabsBG.jpg) no-repeat;  
width:175px;
min-height:25px;
text-align:center;
}

.TFHmenu2 a#mid {
float: left;
display: block;
font: 13px Arial;
color: white;
text-decoration: none;
padding-top:10px;
background:url(../../images/styles/Wholesale/style/tabsBG2.jpg) right no-repeat;  
width:175px;
min-height:25px;
text-align:center;
}

.TFHmenu2 a#mid:hover, .TFHmenu2 a#first:hover{
font: 13px Arial;
text-decoration:underline;
}

.TFHmenu2 a#mid.selected, .TFHmenu2 a#first.selected{ 
font: bold 13px Arial;  
color: white; 
}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 5px;
}