﻿#toplogin2
{
    border: solid 1px black;
    background-color: White;
    float: right;
    left: -10px;
    position: relative;
    top: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

table#logonmenu
{
    background-color: White;
    font-size: 10px;
}

table#logonmenu td
{
    text-align: center;
    height: 56px;
    width: 40px;
    cursor: pointer;
    padding: 0px 6px 2px 6px;
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

table#logonmenu td:hover
{
    text-decoration: underline;
    color: Blue;
    background-color: #FBBB36;
}

