.allEng {font-family:Arial, Helvetica, sans-serif;}
#tabmenu .tab {
background:url(/images/bg/tab_off.gif) no-repeat;
height:23px;
width:71px;
padding-top:2px;
cursor:pointer;
cursor:hand;
text-align:center;
font-size:12px;
color:#999999;
}

#tabmenu .selectedtab {
background:url(/images/bg/tab_on.gif) no-repeat;
height:23px;
width:71px;
text-align:center;
color:#009900;
font-weight:bold;
font-size:12px;
padding-top:2px;
}


#tabmenu .base {
background-color:#009900;
height:2px;
padding:0;
}

#tabmenu .selectedbase {
height:2px;
padding:0;
background-color:#FBDB07;
border-left:2px solid #009900;
border-right:2px solid #009900;
}

#tabmenu #contents {
border-top:3px solid #FBDB07;;
padding:5px 0px 5px 0px;
vertical-align:top;
}
