.menuLinkTip
{   
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.tool-tip { 
    color: #fff; 
    z-index: 13000;
    width: 139px;
}   


.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: ##CEDAEB
    padding: 8px 8px 4px;
    background: url('../../images/soapi/bubble.png') top left;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url('../../images/soapi/bubble.png') bottom right;
}    

