#tabmenu {
background-color:;
}
#tabmenu .tab {
background:url(/images/bg/tab_off.gif) no-repeat;
height:23px;
width:60px;
padding-top:2px;
cursor:pointer;
cursor:hand;
text-align:center;
font-size:14px;
color:#999999;
}
#tabmenu2 .tab {
background:url(/images/bg/tab2_off.gif) no-repeat;
height:23px;
width:312px;
padding-top:2px;
cursor:pointer;
cursor:hand;
text-align:center;
font-size:14px;
color:#999999;
}

#tabmenu tab {
border-top:solid 1px #dddddd;
border-left:solid 1px #dddddd;
border-right:solid 1px #aaaaaa;
cursor:pointer;
cursor:hand;
height:1.5em;
text-align:center;
font-size:14px;
color:#999999;
}

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

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

#tabmenu selectedtab {
background-color:#FBDB07;
border-top:solid 2px #009900;
border-left:solid 2px #009900;
border-right:solid 2px #009900;
height:1.5em;
text-align:center;
color:#009900;
font-weight:bold;
font-size:14px;
}

#tabmenu .base {
background-color:#009900;
height:2px;
padding:0;
}
#tabmenu2 .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;
}
#tabmenu2 .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;
}
#tabmenu2 #contents {
border-top:3px solid #FBDB07;;
padding:5px 0px 5px 0px;
vertical-align:top;
}


