DIV.menuBar {
     margin: 0px;
     float: left;
     width: 700px;
     height: 20px;
     position: absolute;
     right: 0px;
     top: 170px;
}
DIV.menuBar {
     padding-right: 2px;
     padding-left: 10px;
     padding-bottom: 4px;
     padding-top: 4px;
     text-align: right
}

DIV.menuBar a.menuButton {
     font-weight: bold;
     font-size: 12px;
     color: #FFFFFF;
     text-decoration: none;
     font-family: verdana, sans-serif;
}

DIV.menuBar a.menuButton {
     border: 0px;
     margin-right: 10px;
     padding: 1px 8px 1px 8px;
     cursor: pointer;
     background-color: #000000
}

DIV.menuBar A.menuButton:hover {
     COLOR: #A5A6E7;
}
DIV.menuBar A.menuButtonActive {
     BORDER-RIGHT: #e0e0e0 1px inset;
     BORDER-TOP: #e0e0e0 1px inset;
     LEFT: 1px;
     BORDER-LEFT: #e0e0e0 1px inset;
     COLOR: #ffffff;
     BORDER-BOTTOM: #e0e0e0 1px inset;
     TOP: 1px;
     BACKGROUND-COLOR: #5050f0
}
DIV.menuBar A.menuButtonActive:hover {
     BORDER-RIGHT: #e0e0e0 1px inset;
     BORDER-TOP: #e0e0e0 1px inset;
     LEFT: 1px;
     BORDER-LEFT: #e0e0e0 1px inset;
     COLOR: #ffffff;
     BORDER-BOTTOM: #e0e0e0 1px inset;
     TOP: 1px;
     BACKGROUND-COLOR: #5050f0
}

