BODY
{
}
.menuBar
{
	POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}
.Bar
{
	FLOAT: left;
	CURSOR: hand;
	POSITION: static;
	BACKGROUND-COLOR: 000000;
	TEXT-ALIGN: center;
	color:F5A01A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: 666666;
	border-left-color: 666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.barOver
{
	FLOAT: left;
	CURSOR: hand;
	POSITION: static;
	TEXT-ALIGN: center;
	color:FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: 666666;
	border-left-color: 666666;
}
.menu
{
	VISIBILITY: hidden;
	LINE-HEIGHT: 140%;
	BORDER-TOP: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: ffffff;
	color:000000;
		font-family: "Times New Roman", Times, serif;

}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: F5A01A;
	color: #B30838;
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	CURSOR: hand;
	COLOR: b30838;
	LINE-HEIGHT: 20px;
	BACKGROUND-COLOR: ffffff;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: b30838;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
