.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: #0c2800;
    TEXT-ALIGN: LEFT;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;
}
.Bar
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #0c2800;
    TEXT-ALIGN: center;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;
	COLOR:WHITE;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin;
    BORDER-TOP: buttonhighlight thin;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin;
    WIDTH: 200px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin;
    POSITION: absolute;
    BACKGROUND-COLOR: #0c2800;
	COLOR:WHITE;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;

}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
	BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #4c9900;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;
}
.ItemMouseOut
{
    WIDTH: 100%
}

.barOver
{
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #4c9900;
    TEXT-ALIGN: center;
	FONT-FAMILY:TAHOMA;
	FONT-SIZE:10PT;
}
