.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 177px; /* Main Menu Item widths */
background-color:#E2F3FA; 
border:1px solid #CAE0EE;z-index:500
}
 
.sidebarmenu ul li{
position: relative;z-index:500
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background:url(../img/ball_menu.png) left no-repeat;
background-position:4px; 
text-decoration:none; 
color:#336699; 
width:163px; 
height:22px; 
text-align:left; 
border-bottom:1px dotted #CAE0EE; 
line-height:22px; 
font-size:12px; 
padding-left:15px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: none; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color:#336699;
}

.sidebarmenu ul li a:hover{
color: #fff; 
background:url(../img/ball_menu_2.png) left no-repeat;
background-position:4px;
background-color: #2F6CA5;
}

.hoverItemMenu{
color: #fff !important; 
background:url(../img/ball_menu_2.png) left no-repeat;
background-position:4px;
background-color: #2F6CA5;
}
.hoverItemMenu a{
color: #fff !important;
}
.sidebarmenuOut{
color: #fff !important; 
/*background:url(../img/ball_menu_2.png) left no-repeat;
background-position:4px;*/
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 177px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
border:none;
margin-left:1px;
}
.sidebarmenu ul li ul li a{
color: #fff !important; 
background:url(../img/ball_menu_2.png) left no-repeat;
background-position:4px;
background-color: #2F6CA5;
}
.sidebarmenu ul li ul li a:hover{
color: #ffcc00 !important;
}

.sidebarmenu a.subfolderstyle{
background:url(../img/ball_menu.png) left no-repeat;
background-position:4px; 
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/*-------------------menu 2 .......................*/

.menu{
margin: 0;
padding: 0;
list-style-type: none;
width: 177px;
background-color:#E2F3FA; 
border:1px solid #CAE0EE;z-index:800
}

.boxmenu {
border-bottom:1px dotted #CAE0EE; 
text-align:left; 
font-size:12px; 
}

.boxmenu a{
display: block;
width:162px; padding:3px 0px 3px 15px;
text-decoration: none;
background:url(../img/ball_menu.png) left no-repeat;
background-position:4px 7px; 
text-decoration:none; 
color:#336699 !important; 
}
*html .boxmenu a{
background:none;
}
.boxmenu a:hover{
color: #fff !important; 
background:url(../img/ball_menu_2.png) left no-repeat;
background-position:4px 7px; 
background-color: #2F6CA5;
}
*html .boxmenu a:hover{
background:none;
background-color: #2F6CA5 !important;
}

/*piede menu*/
.fondo_menu{ color:#06498f; margin-top:0px; cursor:pointer; padding:5px; margin-bottom:0px; font-size:11px; font-weight:bold; text-transform:uppercase}
.fondo_menu:hover{ color:#000; background-color: #ffcc00 !important;}
