.menubar {
    position: relative;
    text-align: center;
    height:20px;
    margin-left:110px;
}
.menubar2 {
    position: relative;
    text-align: center;
    height:20px;
    margin-left:110px;
}
.bar {
    float: left;
    cursor: hand;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top:5px;
    height:20px;
    border-left:1px white solid;
    color:white;
}
.bar2 {
    float: left;
    cursor: hand;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    height:20px;
    border-left:1px white solid;
    color:white;
    border-right:1px white solid;
    padding-top:3px;
}
.barover {
    float: left;
    cursor: hand;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top:5px;
    border-left:1px white solid;
    color:white;
}
.menu
{
    visibility: hidden;
    width: 170px;
    line-height: 20px;
    position: absolute;
    border:1px gray solid;
}
.menuitem
{
    padding-right: 15px;
    padding-left: 10px;
    width: 100%;
    cursor: hand;
    line-height: 20px;
    background-color: white;
}
.itemmouseover
{
    padding-right: 15px;
    padding-left: 10px;
    width: 100%;
    cursor: hand;
    color: highlighttext;
    line-height: 20px;
    background-color: red;
}
.itemmouseout
{
    width: 100%;
}
.arrow
{
    float: right;
    position: absolute;
    right:3px;
    text-align: left;
}

