.clCMEvent {
    position : absolute;
    left : 0;
    top : 0;
    z-index : 300;
    width : 100%;
    height : 100%;
    clip : rect(0,100%,100%,0);
    visibility : hidden;
}
.clCMAbs {
    position : absolute;
    left : 0;
    top : 0;
    width : 10;
    height : 10;
    visibility : hidden;
}
.clT, .clTover, .clS, .clSover {
    cursor : pointer;
    cursor : hand;
    font-size : 0.9em;
    height : 30px;
    letter-spacing : 0.2em;
    line-height : 20px;
    overflow : hidden;
    position : absolute;
}
.clT, .clTover {
    background-color : transparent;
    background-repeat : no-repeat;
    text-align : center;
}
.clT {
    background-image : url(../media/interface/menu1-off.png);
    color : #b5b5b5;
}
.clTover {
    background-image : url(../media/interface/menu1-on.png);
    color : #fff;
}
.clS, .clSover {
    background-color : #083c6c;
    padding : 0 2px;
}
.clS {
}
.clSover {
    background-color : #fff;
    color : #083c6c;
}
.clB {
    position : absolute;
    visibility : hidden;
    z-index : 300;
}
.clBar {
    height : 30px;
    position : absolute;
    visibility : hidden;
    width : 10;
}
