    #dropmenudivlistcafe
    {
       
        text-align: left;
		position:absolute;
        width:100px;;
        background-color:#764e28;
        border:1px solid #2b1303;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        line-height: 22px;
        z-index: 100;
        
    }
    #dropmenudivlistcafe a
    {
        width: 100%;
        display: block;
        text-indent: 3px;
        border-bottom: 1px solid #bd8854;
        text-decoration: none;
        width: 150px;
        background-repeat:no-repeat;
        background-position:left;
		color:#efc795;
		background-color:#683d14;
		height:20px;

    }
    #dropmenudivlistcafe a:hover
    {
        /*hover background color*/
        background-color: #341c08;
        color:#ff9900;
    }
