@charset "utf-8";
/* CSS Document */

#tab{background:url(tabs/a-b.gif) repeat-x bottom #ffffff;text-align:center;font-size:14px;}
#tab a{background:url(tabs/a-l.gif) no-repeat top left;DISPLAY: block;margin:0px;color:#333333;}
#tab a span{background:url(tabs/a-r.gif) no-repeat top right;padding:8px 10px;font-weight:bold;DISPLAY: block;margin:0px;}

#tab:hover{background:url(tabs/h-b.gif) repeat-x bottom #ffffff;}
#tab:hover a{text-decoration:none;color:#209D1D;}

#tab.select{background:url(tabs/s-b.gif) repeat-x bottom #98DE6C;}
#tab.select a{background:url(tabs/s-l.gif) no-repeat top left;color:#ffffff;}
#tab.select a span{background:url(tabs/s-r.gif) no-repeat top right;}



#tab_user{background:url(tabs/a-b.gif) repeat-x bottom #ffffff;text-align:center;font-size:12px;}
#tab_user a{background:url(tabs/a-l.gif) no-repeat top left;DISPLAY: block;margin:0px;color:#333333;}
#tab_user a span{background:url(tabs/a-r.gif) no-repeat top right;padding:5px 10px;DISPLAY: block;margin:0px;}

#tab_user:hover{background:url(tabs/h-b.gif) repeat-x bottom #ffffff;}
#tab_user:hover a{text-decoration:none;color:#209D1D;}

#tab_user.select{background:url(tabs/s-b.gif) repeat-x bottom #98DE6C;}
#tab_user.select a{background:url(tabs/s-l.gif) no-repeat top left;color:#ffffff;}
#tab_user.select a span{background:url(tabs/s-r.gif) no-repeat top right;}


