﻿
/* Menu ---------------------------------------------------------------*/

div.MenuOuter
{
    display: none;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: 100px;
    top: 100px;
    width: 130px;
    margin: 0px;
    padding: 4px;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); */ /* IE */
    /* -moz-opacity:0.85; */  /* mozilla */
}

div.MenuShadow
{
    background-color: #333;   /*224*/
    margin: 0;
    padding: 0;
}

div.MenuInner
{
    position: relative;
    left: -4px;
    top: -4px;
    border-left: 1px solid #ff0;
}

div.MenuInner a
{
    display: block;
    width: 80%;
    margin: 0;
    padding: 4px 10%;
    background-color: #11d;   /*999*/
    color: #ff0;
    text-decoration: none;
    border-top: 1px solid #33f;     /*ccc*/
    border-bottom: 1px solid #006;   /*666*/
}
div.MenuInner a:hover
{
    text-decoration: none;
    background-color: #333;   /*bbb*/
    color: #ddd;
    border-top-color: #666;     /*ccc*/
    border-bottom-color: #000;   /*666*/
    cursor: pointer;
}

div.MenuSeparator
{
    width: 80%;
    margin: 0;
    padding: 4px 10%;
    background-color: #11d;   /*999*/
    color: #ff0;
    border-top: 1px solid #33f;     /*ccc*/
    border-bottom: 1px solid #006;   /*666*/
    cursor: default;
}


/*------------------------------------------------------------------*/




