BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	BORDER-RIGHT: transparent;
	BORDER-TOP: transparent;
	FLOAT: left;
	BORDER-LEFT: transparent;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: transparent;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.menu
{
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    VISIBILITY: hidden;
    BORDER-LEFT: none;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: none;
    POSITION: absolute;
    BACKGROUND-COLOR: #ECE9D8
}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #ECE9D8;
    LINE-HEIGHT: 18px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #ECE9D8
}
.ItemMouseOut
{
 PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	FLOAT: left;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
