BODY
{
}
/*
.menuBar
{
	
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    font-weight:bold;
    font-size:large;
    COLOR:green;
    TEXT-ALIGN: center
}*/
.menuBar
{
    WIDTH: 630px;
    TEXT-INDENT: 0px;
    POSITION: relative;
    TEXT-ALIGN: center
}
.header
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    FLOAT:left;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: relative;
    COLOR:green;
    BACKGROUND-COLOR:Silver;
    TEXT-ALIGN: center;
}

.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: silver
}
.menuItem
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
	cursor: hand;
	line-height: 18px;
	border-bottom: white 1px solid;
	font-family: SimFun;
}
.ItemMouseOver
{
	padding-top: 3px;
	padding-bottom: 3px;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
	font-weight: bold;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 18px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.headerOver
{
    BORDER-LEFT: white 1px ridge;
    BORDER-TOP: white 1px ridge;
    BORDER-RIGHT: black 1px ridge;
    BORDER-BOTTOM: Black 1px ridge;
    FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    POSITION: relative;
    font-weight:bold;
    font-size:large;
    COLOR:green;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: center
}

