/* --------- 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;
}

td.toolbaritem
{
	color: #734884;
	background: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: auto;
    width:auto;
    min-width: 100px;
    padding-right: 10px;
}

a.toolbaritem
{
	color: #734884;
    text-decoration: none;
}

td.toolbaritem:hover
{
	cursor:pointer;    
}

