.toutMenu {
	position: absolute;
	z-index: 1;
	width: 150px;
	top: 0px;
	left: 0px;
	padding: 0 0;
	height: auto;
	margin: 0px 0px;
}
.menuBar {
	position: relative;
	background-color: #993333;
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.Bar {
	position: relative;
	border: green 1px outset;
	float: left;
	width: 150px;
	cursor: pointer;
	background-color: #6D9320;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.barOver {
	position: relative;
	border: green 1px ridge;
	float: left;
	width: 150px;
	cursor: pointer;
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.menu {
	position:absolute;
	border: buttonhighlight thin outset;
	visibility: hidden;
	width: 150px;
	top: 20;
	line-height: 100%;
	position: absolute;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
.menuItem, .menuItem a {
	width: 100%;
	cursor: pointer;
	line-height: 20px;
	border-bottom: green 1px solid;
	background-color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:4px;
	color:#FFFFFF;
	text-decoration:none;
}
.ItemMouseOver, .ItemMouseOver a {
	width: 100%;
	cursor: pointer;
	COLOR: highlighttext;
	line-height: 20px;
	border-bottom: green 1px solid;
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:4px;
	text-decoration:none;
}
.ItemMouseOut {
	width: 100%;
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif
}
.arrow {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:4px;
	color:#FFFFFF;
}
