BODY
{
}
a.Bar:link, a.Bar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.Bar:active {
	color: #F5F5F5;
	text-decoration: none;
}
a.Bar:hover {
	color: #DCDCDC;
	font-weight:bold;
}

.menuBar
{
	POSITION: absolute;
	visibility: visible;
	left: 2;
	top: 78;
}
.Bar
{
	FLOAT: left;
	WIDTH: 85px;
	CURSOR: hand;
	POSITION: relative;
	font-size: 11px;
	background-position: center;
	background-color: #666666;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.menu
{
	LINE-HEIGHT: 140%;
	POSITION: absolute;
	BACKGROUND-COLOR: #F5F5F5;
	visibility: hidden;
	color: #666666;
	width: 100px;
	border: 1px solid #CCCCCC;
	left: 400px;
	top: 300px;
}
.menuItem
{
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 18px;
	background-color: #F5F5F5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
}
.ItemMouseOver
{
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 18px;
	font-weight: normal;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA5038;
	text-align: left;
	padding-left: 5px;
}
.ItemMouseOut
{
	WIDTH: 100%;
	color: #000000;
	background-color: #F5F5F5;

}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.BarOver {
	FLOAT: left;
	WIDTH: 84px;
	CURSOR: hand;
	POSITION: relative;
	height: 13px;
	border-top: 0px ridge #CCCCCC;
	border-right: 0px solid #EEEEEE;
	border-bottom: 0px ridge #CCCCCC;
	border-left: 0px solid #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #FFFFFF;
	padding-left: 3px;
	text-align: center;
}
.menuFinal {
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 120px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: #FFF4D5;
	visibility: hidden;
	clip:    rect(auto auto auto auto);
}
