﻿#tabs {
    position:absolute;
    left:229px;
    top:102px;
    height:27px;
}
#tabs ul {
    margin:0px 0px 0px 10px;
    list-style-type:none;
    padding:0px;
}
#tabs ul li {
    margin-top:-1px;
    display:inline;
    float:left;
}
#tabs ul li a {
    display:block;
}
#tabs ul li a.inf {
    background:url('images/tab_inf.gif') no-repeat;
    width:98px;
    height:27px;
}
#tabs ul li a.inf:hover {
    background-position:0px -27px;
    width:98px;
    height:27px;
}
#tabs ul li a.ind {
    background:url('images/tab_ind.gif') no-repeat;
    width:112px;
    height:27px;
}
#tabs ul li a.ind:hover {
    background-position:0px -27px;
    width:112px;
    height:27px;
}
#tabs ul li a.new {
    background:url('images/tab_new.gif') no-repeat;
    width:86px;
    height:27px;
}
#tabs ul li a.new:hover {
    background-position:0px -27px;
    width:86px;
    height:27px;
}
#tabs ul li a.con {
    background:url('images/tab_con.gif') no-repeat;
    width:66px;
    height:27px;
}
#tabs ul li a.con:hover {
    background-position:0px -27px;
    width:66px;
    height:27px;
}
#tabs ul li a.hom {
    background:url('images/tab_hom.gif') no-repeat;
    width:65px;
    height:27px;
}
#tabs ul li a.hom:hover {
    background-position:0px -27px;
    width:65px;
    height:27px;
}
#tabs ul li a.cri {
    background:url('images/tab_cri.gif') no-repeat;
    width:80px;
    height:27px;
    margin-left:1px;
}
#tabs ul li a.cri:hover {
    background-position:0px -27px;
    width:80px;
    height:27px;
}