/* Generic context menu styles */
.contextMenu
{
    position: absolute;
    width: 140px;
    z-index: 99999;
    background: #EEE;
    padding: 5px;
    margin: 0px;
    display: none;
    background-color: #FAFAFA;
    background-image: url(../Images/Context/cmenu-vista-bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    border: 1px solid #868686;
    font-size: 12px;
    font-family: Arial, Heveltica, Sans-Serif;    
}

.contextMenu li
{
    list-style: none;
    padding: 0px;
    margin-left: 3px;
    height: 20px;
    white-space: nowrap;
}
.cut_separator
{
    list-style: none;
    text-decoration: none;
    text-align: center;
}
.contextMenu li a
{
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    position: absolute;
    padding-left: 28px;
}
/*.image
{
    float: left;
    padding: 2px 0px 0 3px !important;
    z-index: 100;
}
.image:hover
{
    background-image: none !important;
    border: 0px !important;
}*/
.contextMenu li:hover
{
    /*background: transparent url(../Images/Context/cmenu-vista-menu-item-hover.gif) repeat-x right center;*/
    border: 1px solid #D7D0B3;
}
.separator
{
    border-bottom: solid 1px #CCC;
}
.homelink
{
    background-image: url(../Images/Context/home.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.backendlink
{
    background-image: url(../Images/Context/backend.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.adminlink
{
    background-image: url(../Images/Context/admin.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.logoutlink
{
    background-image: url(../Images/Context/logout.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.editlink
{
    background-image: url(../Images/Context/edit.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.wsadminlink
{
    background-image: url(../Images/Context/wsadmin.gif);
    background-position: left;
    background-repeat: no-repeat;
}