﻿body
{
    width: 100%;
}
.tabmenuitem_standard
{
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.tabmenuitem_hover
{
    color: #4f6b72;
}
.tabmenuitem_current
{
    color: #404040;
}
.tabmenuitem_complete
{
    color: #507BAF;
}
.tabmenuitem_incomplete
{
    color: #737373;
}

.leftmenu
{
    width: 85%;
    float: left;
}

.rightmenu
{
    float: right;
    margin-right: 5px;
}