#menu{	
    width:120px;	
    position:relative;
    margin-top:20px;
    margin-bottom:20px;	
}

.menu{
    height:25px; 
    line-height: 25px;
    width:120px;    
    /*background-image:url('gifs/bg.jpg');*/
    color:black;
    text-align:center;
    
}

.menu a{
    display:block;
    width:100%;
    height:100%;
    color:black;    
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    
}

.menu a:hover{ background:silver;}

.menu a:active, .menu a:focus, .current{
    background:white;
}


