﻿BODY
{
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	max-width: 700px;
	azimuth: center;
	width: 700px;
	right: 100px;
	margin-left: 100px;
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}
.Bar
{
    BORDER-RIGHT: white 1px outset;
    BORDER-TOP: white 1px outset;
    FLOAT: left;
    BORDER-LEFT: white 1px outset;
   WIDTH: 100px;
    CURSOR: hand;
text-wrap: false;
  height: 20px;
    BORDER-BOTTOM: white 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #8A3238;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 160px;
  height: 20px;
line- height: 20px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #8A3238
}
.menuItem
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
  WIDTH: 160px;
  height: 20px;
line- height: 20px;
    CURSOR: hand;

    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
 WIDTH: 160px;
  height: 20px;
line- height: 20px;
    CURSOR: hand;
    COLOR: highlighttext;

    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #3C5474
}
.ItemMouseOut
{
  height: 20px;
line- height: 20px;
 WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: center
}
.barOver
{
    BORDER-RIGHT: WHITE 1px ridge;
    BORDER-TOP: WHITE 1px ridge;
    FLOAT: left;
    BORDER-LEFT: WHITE 1px ridge;
   WIDTH: 100px;
  height: 20px;
line- height: 20px;
    CURSOR: hand;
    BORDER-BOTTOM: WHITE 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #3C5474;
    TEXT-ALIGN: center
}
