/* --------- Upper Toolbar ------- */
div.uppertoolbar
{
    background-image: url(../images/upper-toolbar.gif);
    background-repeat: no-repeat;
    width: 660px;
    height: 40px;
    float: left;
    margin-top: 10px;
    display: block;
}

table.toolbaritems
{
    margin-top: 5px;
    margin-right: 20px;
    vertical-align: middle;
    font: bold 14px Arial;
    height: 30px;
    width: 600px;
}

table.toolbaritems td
{
    vertical-align: middle;
    text-align: center;
    height: auto;
    width:auto;
    min-width: 100px;
    padding-right: 10px;
}

table.toolbaritems
{
    color: #734884;
    text-decoration:none;
    display: block;
}

table.toolbaritems td:hover
{
color: #fff;
background: #734884;
cursor:pointer;
}
