.div_tabs{margin: 20px 0 25px;background: #e9f7ff;height: 40px;}
#tabs   {
   zoom: 1;
   font-size: 15px;
   }
#tabs li   {
   display: block;
   list-style: none;
   margin: 0 2px 0 0 !important;
   padding: 0;
   float: left;
   }
#tabs li a   {
   display: block;
   padding: 10px 20px;
   border-bottom: 0 none;
   text-align: center;
   text-decoration: underline;   
   color: #000;
   }
.tab-section   {
   background: #fff;
   position: relative;
   z-index: 99;
   display: block;
   }
#tabs li a.current,#tabs li a:hover   {
   background: #37a6cc;
   color: #fff;
   border-bottom: none;
   position: relative;
   z-index: 100;
   text-decoration: none; 
   }
#tabs li a.current span#treug{height: 10px; width: 30px;display: block;
                              background: url("/images/treug.png") center top no-repeat;position: absolute;left: 50%;margin-left: -15px;top:37px;z-index: 100;}   



#tabs div.tab-menu-wrapper {
    background: none repeat scroll 0 0 #dbe6ec;
    margin: 20px 0;
    position: relative;
}
#tabs ul.tab-menu {
    display: table-row;
    font-size: 16px;
}
#tabs ul.tab-menu li {
    display: table-cell;
    list-style: none outside none;
    margin: 0;
    padding: 0px;
    text-indent: 0;
}
#tabs ul.tab-menu li a{display: block;padding: 10px 15px;outline:none;}

#tabs ul.tab-menu li.ui-state-active {
    background: none repeat scroll 0 0 #596f90;
    color: #ffffff;
}
#tabs ul.tab-menu li.ui-state-active a {
    color: #ffffff;
    text-decoration: none;
    background: #37a6cc;
}
#tabs ul.tab-menu li:before {
    content: "";
} 




