BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	left: 1px;
	top: 0px;


}
.Bar
{
	FLOAT: left;
	font-size: 10px;
	CURSOR: hand;
	Font-Family : Verdana, SunSans-Regular;
	COLOR: white;
	POSITION: relative;
	BACKGROUND-COLOR: #0033CC;
	TEXT-ALIGN: center;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 120px;
	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: #0033CC
}
.menu2
{
    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: #0033CC
}
.menu3
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 190px;
	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: #0033CC
}
.menu4
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 160px;
	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: #0033CC
}
.menu5
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 130px;
	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: #0033CC
}
.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: yellow;
	Font-Family : Verdana, SunSans-Regular;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BORDER-RIGHT: white 1px solid;
	BACKGROUND-COLOR: #0033CC
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
	POSITION: absolute;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 14px;
	COLOR: white;
	TEXT-ALIGN: left
}
.barOver
{
	FLOAT: left;
	font-size: 10px;
    CURSOR: hand;
	COLOR: white;
	Font-Family : Verdana, SunSans-Regular;
    POSITION: relative;
    BACKGROUND-COLOR: #0033CC;
    TEXT-ALIGN: center
}
