
.menu{
      font-family: Helvetica;
}
.menu ul{
    list-style: none;
    margin:0;
    padding:0;
    width:180px;
}
.menu ul li ul{
    width:180px;
}
.menu ul li{
    margin:0;
    background-color: #f7f7f7;
}
.menu ul li a{
    padding-top:15px;
    padding-left: 20px;
    padding-bottom: 6px;
    display:block;
    text-decoration: none;
    color: #a3a3a3;
    font:bold 12px verdana;
    font-weight: 200;
    height:30px;
    background: #f7f7f7 url(arrow.png) no-repeat center right;
    line-height: 1.3em;

    border-bottom: 1px solid #d0d2d1; 
}
.menu ul li ul a{
    border-bottom: 1px solid #d0d2d1; 
    padding-left: 30px;
    display:block;
    text-decoration: none;
    color:#a3a3a2;
    font-size:12px;
    height:25px;
    font-weight: normal;
    background: #e7e7e7;
}
.menu ul li a:hover{
    background: #d2d2d2 url(arrow2.png) no-repeat center right;
    color: #fff;
}
.menu ul li ul a:hover{
    background: #d2d2d2;

}

.menu ul li ul{
    display:none;

}
