BODY
{
}

.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	left: 0;
	top: 0;
	width: 100;
	height: 200;
}
.Bar
{
    FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    POSITION: relative;
    BACKGROUND-COLOR: highlight;
    TEXT-ALIGN: center
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 120px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: highlight;
	margin-left: 60px;
	clip:  rect(-20px auto auto auto);
	margin-top: -5px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12.5px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: deepskyblue;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

.barOver
{
    FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    POSITION: relative;
    BACKGROUND-COLOR: highlight;
    TEXT-ALIGN: center
}
