.Bar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	/*vertical-align:top;*/
	CURSOR:pointer;
}


.menu
{
	visibility: hidden;
    POSITION: absolute;
	width: 120px;
}


.menuItem
{
	/*border: medium solid #FFFFF;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top:blank;
	border-width:1px;*/
	text-align:center;
	LINE-HEIGHT: 18px;
	CURSOR:pointer;
	/*background-image:url('../img/menu_fond.gif');*/
	background-color:#CE0000;
	filter:alpha(Opacity=80); -moz-opacity:0.80;
	font-size: 11px;
	color: #FFFFFF;
	font-family:"Trebuchet MS";
}


.menuItemOver
{
	/*border: medium solid #FFFFF;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top:blank;
	border-width:1px;*/
	text-align:center;
	LINE-HEIGHT: 18px;
	CURSOR:pointer;
	/*background-image:url('../img/menu_fond.gif');*/
	background-color:#FF6600;
	filter:alpha(Opacity=90); -moz-opacity:0.90;
	font-size: 11px;
	color: #FFFFFF;
	font-family:"Trebuchet MS";
}

.itemSeparator
{
	HEIGHT: 2px;
	z-index:10;
}

.imgSeparator
{
	height:2px;
	width:100%;
	z-index:10;
}

.ItemMouseOut
{
    WIDTH: 100%
}
