.tab_left{
   background-image:url(/images/tab_left.jpg);
   width: 6px;
   height: 22px;
   padding:0px;
}

.tab_bg{
   padding:3px 15px;
   background-image:url(/images/tab_bg.jpg);
}

.tab_right{
   background-image:url(/images/tab_right.jpg);
   width: 6px;
   height: 22px;
   padding:0px;
}

.tab_link{
   color:#677384;
   font-family:arial;
   font-weight:bold;
   font-size:12px;
}

.active_tab_left{
   background-image:url(/images/active_tab_left.jpg);
   width: 6px;
   height: 22px;
   padding:0px;
}

.active_tab_bg{
   padding:3px 15px;
   background-color:#ffffff;
}

.active_tab_right{
   background-image:url(/images/active_tab_right.jpg);
   width: 6px;
   height: 22px;
   padding:0px;
}

.active_tab_link{
   color:#8C041D;
   font-family:arial;
   font-weight:bold;
   font-size:12px;
}


