BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
}
.Bar
{
	FLOAT: left;
	font-size: 10px;
	CURSOR: hand;
	Font-Family : Verdana, SunSans-Regular;
	COLOR: white;
	POSITION: relative;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: center;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
	VERTICAL-ALIGN: middle;
	font-size: 10px;
    LINE-HEIGHT: 140%;
	Font-Family : Verdana, SunSans-Regular;
	COLOR: white;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #000000
}
.menu2
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 250px;
	VERTICAL-ALIGN: middle;
	font-size: 10px;
    LINE-HEIGHT: 140%;
	Font-Family : Verdana, SunSans-Regular;
	COLOR: white;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #000000
}
.menu3
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 230px;
	VERTICAL-ALIGN: middle;
	font-size: 10px;
    LINE-HEIGHT: 140%;
	Font-Family : Verdana, SunSans-Regular;
	COLOR: white;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #000000
}
.menuItem
{
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 9px;
    WIDTH: 100%;
	font-size: 10px;
	Font-Family : Verdana, SunSans-Regular;
	VERTICAL-ALIGN: middle;
    CURSOR: hand;
	COLOR: white;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
	BORDER-RIGHT: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 9px;
    WIDTH: 100%;
    CURSOR: hand;
	font-size: 10px;
	VERTICAL-ALIGN: middle;
    COLOR: black;
	Font-Family : Verdana, SunSans-Regular;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BORDER-RIGHT: white 1px solid;
	BACKGROUND-COLOR: white
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
	POSITION: absolute;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 14px;
	COLOR: #5F2177;
	TEXT-ALIGN: left
}
.barOver
{
	FLOAT: left;
	font-size: 10px;
    CURSOR: hand;
	COLOR: white;
	Font-Family : Verdana, SunSans-Regular;
    POSITION: relative;
    BACKGROUND-COLOR: #F9DF01;
    TEXT-ALIGN: center
}
