BODY
{
	background-color: #000000; 
	color: #BFBF80; 
	font-family: sans-serif;
	font-size: 12px
}

A:link 
{
	COLOR: #00b02d; TEXT-DECORATION: none
}

A:visited 
{
	COLOR: #959532; TEXT-DECORATION: none
}


.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:10px;
}

.Bar
{
    BORDER-RIGHT: blue 0px none;
    BORDER-TOP: blue 0px none;
    FLOAT: left;
    BORDER-LEFT: blue 0px none;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 0px none;
    POSITION: relative;
    BACKGROUND-COLOR: grey;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin none;
    BORDER-TOP: buttonhighlight thin none;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin none;
    WIDTH: 120px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin none;
    POSITION: absolute;
    BACKGROUND-COLOR: grey
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 0px ridge;
    BORDER-TOP: blue 0px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 0px ridge;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 0px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: grey;
    TEXT-ALIGN: center
}
