/* -- MENU ATAS -- */

.clist {
    height: auto;
    overflow: hidden;
}


.clist h1 {
    background: none repeat scroll 0 0 #e9e9e9;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 2.5em;
    line-height: 2.5em;
    padding-right: 10px;
    position: relative;
    text-align: right;
    width: 8em;
}


.clist .clist-item {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 2.5em;
    padding: 0 1em;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
    text-decoration: none;
    width: 14em;
    text-align: center;
}

