

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    text-align : left;    
    z-index : 0;
}
.Bar
{
   CURSOR: hand;
    POSITION: relative;
    text-align : left;    
    z-index : 0;
}

.SottoMenu
{
	position : absolute;
	z-index : 100;
	display : none;
}



.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
	border-bottom : 1px solid #999999;    
	border-left : 1px solid #999999;    
	border-right : 1px solid #999999;    
	text-align : left;
	background-color : #BEBEBE;
	z-index : 150;
	position : relative;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
	border-bottom : 1px solid #999999;    
	border-left : 1px solid #999999;    
	border-right : 1px solid #999999;        
	text-align : left;
	background-color : #BEBEBE;
	z-index : 150;
	position : relative;
}

.barOver
{
    CURSOR: hand;
    POSITION: relative;
    TEXT-ALIGN: center;
	text-align : left;    
	z-index : 0;
}

