/* Generic context menu styles */
.contextMenu
{
    position: absolute;
    width: 120px;
    z-index: 99999;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    display: none;
    background-color: #FAFAFA;
    background-image: url(../../Default/Images/cmenu-vista-bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    border: 1px solid #868686;
}

.contextMenu li
{
    list-style: none;
    padding: 0px;
    margin-left: 3px;
    height: 20px;
}
.contextMenu li a
{
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    position: absolute;
    padding-left: 28px;
    font-family:Tahoma;
    font-size:11px;
}

.contextMenu li:hover
{
    border: 1px solid #D7D0B3;
}
.separator
{
    border-bottom: solid 1px #CCC;
}
.homelink
{
    background-image: url(../../Default/Images/home.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.backendlink
{
    background-image: url(../../Default/Images/backend.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.adminlink
{
    background-image: url(../../Default/Images/admin.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.logoutlink
{
    background-image: url(../../Default/Images/logout.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.editlink
{
    background-image: url(../../Default/Images/edit.gif);
    background-position: left;
    background-repeat: no-repeat;
}