
.block
{
    width:960px;
}

.titles,
.contents
{
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
}


.titles li
{
    float:left;
    width:73px;
    height:21px;
    text-align:center;
    line-height:21px;
    font-size:12px;   
    cursor:default;    
}
.titles li.normalTitle
{
    background-image:url("./Img/normalTitle.png");
}
.titles li.hoverTitle
{
    background-image:url("./Img/hoverTitle.png");
}
.titles li.activatedTitle
{
    background-image:url("./Img/activatedTitle.png");
}

.contents li
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;    
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
}
