/* ######### CSS for Tabbed Forum Home ######### */

.TFHmenu2{
padding: 2;
width: 100%;
background: url(http://www.afraidyet.net/forums/RaidArena/misc/cattitle_bg2.gif) repeat-x bottom left
voice-family: "\"}\"";
voice-family: inherit;
}

.TFHmenu2 ul{
background: transparent;
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;
font: 15px Arial;
color: #8f7e4b;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background: url(http://www.afraidyet.net/forums/RaidArena/misc/cattitle_bg2.gif) repeat-x bottom left;  
border-top: 3px solid #443b22
}

.TFHmenu2 a:hover{
font: 16px Arial;
background-color: black;  
color: white;
}

.TFHmenu2 a.selected{ 
font: bold 18px Arial;
background-color: url(http://www.afraidyet.net/forums/RaidArena/misc/cattitle_bg2.gif) repeat-x bottom left;    
color: red;
border-color: #8f7e4b; 
}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 5px;
background: #040301 url(RaidArena/misc/cattitle_bg2) repeat-x bottom left;  
}