BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	left: 70px;
	top: 168px;
	width: 468px;
	height: 19px;




}
.Bar
{
	BORDER-RIGHT: red 1px outset;
	BORDER-TOP: red 1px outset;
	float: LEFT;
	BORDER-LEFT: red 1px outset;
	WIDTH: 115px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: red 1px outset;
	POSITION: relative;
	BACKGROUND-COLOR: black;
	TEXT-ALIGN: center;
	left: 603px;
	top: 3px;
	visibility: hidden;



	


}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 180px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: black
}
.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: red
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: white 1px ridge;
    BORDER-TOP: white 1px ridge;
    float: LEFT; 
    BORDER-LEFT: white 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: center
}

