#analystTab {
    display: block;
    border-top: 3px solid rgb(34, 83, 120);
    /*border-bottom: 1px solid rgb(43, 68, 103);
    border-left: 1px solid rgb(43, 68, 103);
    border-right: 1px solid rgb(43, 68, 103);*/
    /*    border-top: 3px solid rgb(101, 141, 166);
        border-bottom: 1px solid rgb(101, 141, 166);
        border-left: 1px solid rgb(101, 141, 166);
        border-right: 1px solid rgb(101, 141, 166);
        background: red;*/
}

#cmdLineTab {
    display: none;
    border-top: 3px solid rgb(84, 137, 159);
    /* border-bottom: 1px solid rgb(196, 15, 48);
     border-right: 1px solid rgb(196, 15, 48);*/
}

#pymolPluginTab {
    display: none;
    border-top: 3px solid rgb(140, 185, 197);
    /*border-bottom: 1px solid rgb(196, 15, 48);
    border-right: 1px solid rgb(196, 15, 48);*/
}

.categoryTabs {
    display: block;
}

.categoryTabs a.analyst {
    float: left;
    height: 22px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: rgb(34, 83, 120);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 5px;
}

.categoryTabs a.cmdLine {
    float: left;
    height: 22px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: rgb(84, 137, 159);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 5px;
}

.categoryTabs a.pymolPlugin {
    float: left;
    height: 22px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: rgb(140, 185, 197);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 5px;
}

/*.categoryTabs a.brand {
    float: left;
    width: 102px;
    height: 19px;
    padding-left: 8px;
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: url("../../img/menuButton5.png") no-repeat top right;
}

.categoryTabs a.category:hover {
    background: url("../../img/menuButton2-hover.png") no-repeat top right;
}

.categoryTabs a.brand:hover {
    background: url("../../img/menuButton5-hover.png") no-repeat top right;
}

#categoryTab ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#categoryTab a.category {
    display: block;
    height: 26px;
    margin-left: 0px;
    padding-top: 13px;
    padding-left: 26px;
    font-size: 13px;
    font-weight: bold;
    background: url("../../img/categoryBcg.png") no-repeat top;
    border-bottom: 1px solid rgb(220, 232, 242);
    color: rgb(26, 42, 64);
    text-decoration: none;
}

#categoryTab a.category:hover {
    text-decoration: underline;
    background: url("../../img/categoryBcg_hover.png") no-repeat top;
}


#categoryTab a.categoryNoDescendants {
    display: block;
    height: 26px;
    margin-left: 0px;
    padding-top: 13px;
    padding-left: 26px;
    font-size: 13px;
    font-weight: bold;
    background: url("../../img/categoryBcg.png") no-repeat top;
    border-bottom: 1px solid rgb(220, 232, 242);
    color: rgb(26, 42, 64);
    text-decoration: none;
    background: url("../../img/categoryBcg_noDescendants.png") no-repeat top;
}

#categoryTab a.categoryNoDescendants:hover {
    text-decoration: underline;
    background: url("../../img/categoryBcg_noDescendants_hover.png") no-repeat top;
}

#categoryTab a.subcategory {
    display: block;
    height: 20px;
    margin-left: 0px;
    padding-top: 13px;
    padding-left: 26px;
    font-size: 12px;
    font-weight: bold;
    background: url("../../img/categoryBcg.png") no-repeat top;
    border-bottom: 1px solid rgb(220, 232, 242);
    color: rgb(26, 42, 64);
    text-decoration: none;
}

#categoryTab a.subcategory:hover {
    text-decoration: underline;
    background: url("../../img/categoryBcg_hover.png") no-repeat top;
}

#categoryTab a.subcategoryNoDescendants {
    display: block;
    height: 26px;
    margin-left: 0px;
    padding-top: 13px;
    padding-left: 26px;
    font-size: 13px;
    font-weight: bold;
    background: url("../../img/categoryBcg.png") no-repeat top;
    border-bottom: 1px solid rgb(220, 232, 242);
    color: rgb(26, 42, 64);
    text-decoration: none;
    background: url("../../img/categoryBcg_noDescendants.png") no-repeat top;
}

#categoryTab a.subcategoryNoDescendants:hover {
    text-decoration: underline;
    background: url("../../img/categoryBcg_noDescendants_hover.png") no-repeat top;
}*/