
/* CSS Document */
#envycal
{
    color: White;
}
#envycal ul
{
    padding: 0;
    margin: 0;
}
#envycal ul li
{
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    width: 125px;
    height: 177px;
    background: url(../img/cal_day.png) no-repeat;
    padding: 8px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    border: 0px solid white;
}

#envycal ul li ul
{
    margin: 0;
    padding: 0;
}
#envycal ul li ul li
{
    border-bottom: 1px dashed white;
    background: none;
    width: 100px;
    height: auto;
    margin: 0 0 0 10px;
    padding: 4px 0;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}
#envycal ul li:hover
{
    background-position: left -185px;
    color: Black;
}

