BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	BORDER-LEFT: black 1px solid;
	FLOAT: left;
	WIDTH: 90px;
	Height: 15px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: 4D96C4;
	TEXT-ALIGN: center;
	font-style : normal;
	font-family : Verdana;
	font-size : smaller;
	color : White;
	font-weight : normal;
}
.menu
{
	VISIBILITY: hidden;
	WIDTH: 110px;
	LINE-HEIGHT: 100%;
	POSITION: absolute;
	BACKGROUND-COLOR: 4D96C4;
	font-style : normal;
	font-family : Verdana;
	font-size : smaller;
	color : White;
}
.menuItem
{

    
	PADDING-RIGHT: 2px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 17px;
    BORDER-BOTTOM: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-LEFT: black 1px solid;
}
.ItemMouseOver
{
    
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 17px;
    BORDER-BOTTOM: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-LEFT: black 1px solid;
    BACKGROUND-COLOR: highlight;
	
	
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
	FLOAT: left;
	FONT-FAMILY: Webdings;
	POSITION: absolute;
	TEXT-ALIGN: left
}
.barOver
{
	BORDER-LEFT: black 1px solid;
	FLOAT: left;
	WIDTH: 90px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: 4D96C4;
	TEXT-ALIGN: center;
	font-style : normal;
	font-family : Verdana;
	font-size : smaller;
	color : White;
}
