#more{
    float:left;
    width:80px;
    height:25px;
}

#more a{
    position: absolute;
    width:80px;
    height:25px;
    display:block;
    font:bold 13px "Trebuchet MS";
    color:#348bad;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin:0px;
    z-index:10;
}

#more a:hover{
    width:80px;
    height:25px;
    z-index:10;
    padding: 0px;
    border: none;
    display:block;
    position: absolute;
    text-decoration: underline;
    background-image: url('/resource/images/more_hover.png');
}

#more a div{
    padding:3px 0px 0px 0px;
}

#more #more_hover{
    width:80px;
    height:25px;
    z-index:8;
    display: none;
    position: absolute;
    margin:0px 0px 0px 0px;
    background-image: url('/resource/images/more_hover.png');
}
#more #panel-more{
    width:225px;
    height:80px;
    z-index:8;
    display: none;
    position: absolute;
    margin:25px 0px 0px 0px;
    background: #fefefe;
    background-image: url('/resource/images/panel-more.png');
}

#more #panel-more ul{
    width:200px;
    margin:10px;
    padding:0px;
    list-style: none;
}

#more #panel-more li{
    width:200px;
    height:15px;
    text-align: left;
}

#more div#panel-more li a{
    width:200px;
    height:15px;
    display:block;
    font:normal 11px Arial;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    color:#345345;
    text-align: left;
    background: none;
}

#more div#panel-more li a div{
    padding:2px 0px 0px 0px;
}
