.slidemenubar{
position:absolute;
border:1.5px solid black;
background-color:#F2F2F2;
layer-background-color:#F2F2F2;
opacity: 0.9;
filter:alpha(opacity=90);
text-align: left;
padding: 3px 0 3px 0;
}

div.voce_menu_left{
	width: 220px;
	font-size: 10px;
	color: #333333;
	font-family: verdana;
	padding:3px;
}
div.voce_menu_left_selected{
	background-color: #AC887A;
  padding:3px;
}
div.tab_menu_left {
	padding: 8px 0 0 0;
	z-index:99;
	float: right;
	width:20px; 
	background: url(../images/menu/tab-left-spento.gif) no-repeat; 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color:#AC887A;
  line-height: 11px;
  height: 150px;
}
div.tab_menu_left_selected {
	padding: 8px 0 0 0;
	z-index:99;
	float: right;
	width:20px; 
	background: url(../images/menu/tab-left-acceso.gif) no-repeat; 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color:#333333;
  line-height: 11px;
  height: 150px;
overflow: hidden;
}


div.voce_menu_left a{
	font-size: 10px;
	color: #333333;
	font-family: verdana;
        text-decoration: none;
}

div.voce_menu_left_selected a{
	width: 220px;
	font-size: 10px;
	color: #333333;
        text-decoration: none;
        background-color: #AC887A;
	font-family: verdana;
        font-weight: bold;
}

