BODY
{
.	background-image: url(fw_image/bkg.gif);
.	background-attachment: fixed;
.	color: #FFFFFF;
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-size: x-small;
}
.Bar
{
	BORDER-RIGHT:  1px;
	BORDER-TOP: 1px;
	FLOAT: left;
	BORDER-LEFT:  1px;
	WIDTH: 80px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM:  1px;
	POSITION: relative;
	BACKGROUND-COLOR: #CCFFFF;
	TEXT-ALIGN: center;
	font-size: x-small;
	list-style-position: inside;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 95px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: deepskyblue;
	font-size: x-small;
}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: white 1px solid;
	font-size: x-small;
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: highlighttext;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: highlight;
	font-size: x-small;
}
.ItemMouseOut
{
	WIDTH: 100%;
	font-size: x-small;
}
.Arrow
{
	FLOAT: right;
	FONT-FAMILY: Webdings;
	POSITION: absolute;
	TEXT-ALIGN: left;
	font-size: x-small;
}
.barOver
{
	BORDER-RIGHT: blue 1px ridge;
	BORDER-TOP: blue 1px ridge;
	FLOAT: left;
	BORDER-LEFT: blue 1px ridge;
	WIDTH: 80px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: blue 1px ridge;
	POSITION: relative;
	BACKGROUND-COLOR: deepskyblue;
	TEXT-ALIGN: center;
	font-size: x-small;
}
a:link {color:#FFFFFF;text-decoration:none}
a:visited {color:#FFFFFF}
a:hover {color:red;text-decoration:underline}
a:active{color:blue}.mhyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}

