#example1{
margin:6px 0 0px 0;
*margin:2px 0 0px 0;
padding:0;
width:198px;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#example1 .closed{
background-image:url(../images/ha-down.jpg);
}
#example1 .closed,#example1 .opened{
background-position:left;
background-repeat:no-repeat;
}

#example1 .opened{
background-image:url(../images/ha-up.jpg);
background-position:left;
color:#ffffff;
font-weight:bold;
}

#example1 a{
display:block;
font-weight:normal;
text-decoration:none;
}

#example1 a.hover{
border-bottom:1px solid #7B7B7B;
background-image:url(../images/ha-up.jpg);
background-repeat:repeat-x;
color:#ffffff;
font-weight:bold;
}

#example1 ul{
overflow: hidden;
margin:0;
padding:0;
}

#example1 li{
margin:0;
padding:0;
background-color:#fefefe;
color:#FFFFFF;
}
#example1 li a{
padding:2px 10px 2px 21px;
border-bottom:1px solid #eeeeee;
background-color:#f6f6f6;
color:#898989;
}
*html #example1 li a{line-height:15px; height:15px;}

#example1  li li a{
padding:2px 10px 2px 21px;
color:#474747;
background-image:url(../images/gray_sqr.jpg) ;
background-position:left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
*html #example1  li li a{line-height:13px; height:13px; padding-bottom:1px;}
#example1  li li a:hover{
color:#e9062d;
background-image:url(../images/red_sqr.jpg) ;
background-position:left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}





