a:link {  color: #3399FF; text-decoration: none}
a:visited {  color: #0099FF; text-decoration: none}
a:active {  color: #FF0000; text-decoration: underline}
a:hover {  color: #0000CC; text-decoration: underline}
a.nav2:link {  color: #FFFFFF; text-decoration: none}
a.nav2:visited {  color: #E9E9E9; text-decoration: none}
a.nav2:active {  color: #FF0000; text-decoration: none}
a.nav2:hover {  color: #FF9933; text-decoration: none}
a.navigation:link {  color: #000000; text-decoration: none}
a.navigation:visited {  color: #000000; text-decoration: none}
a.navigation:active {  color: #FF0000; text-decoration: none}
a.navigation:hover {  color: #FFFFFF; text-decoration: none}

BODY
{
}
.menuBar
{
    POSITION: left;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 0px outset;
    BORDER-TOP: blue 0px outset;
    FLOAT: left;
    BORDER-LEFT: blue 0px outset;
    WIDTH: absolute;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 0px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #00B0F0;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin;
    BORDER-TOP: buttonhighlight thin;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin;
    POSITION: absolute;
    BACKGROUND-COLOR: deepskyblue
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 90%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: right
}
.barOver
{
    BORDER-RIGHT: blue 0px ridge;
    BORDER-TOP: blue 0px ridge;
    FLOAT: center;
    BORDER-LEFT: blue 0px ridge;
    WIDTH: absolute;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 0px ridge;
    POSITION: left;
    BACKGROUND-COLOR: #00B0F0;
    TEXT-ALIGN: center
}
