/* self clear */
.pagelist  { clear: both; }
.pagelist:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* hack ie7 */
*:first-child+html .pagelist { min-height: 1px; }
/* hack ie6 */
* html .pagelist { height: 1%; }
.appclr{
   clear: both;
   display: block;
}

#pagelistmenu{
    background-color:#FFF7D7;
    padding-top: 15px;
    margin: 0.2% 0.2% 0 0.2%;
    zoom: 1;
}
.pagelist {
    display: block;
    width: 100%;
    min-width: 600px;
    margin: 0px auto;
    font-family: Helvetica, Arial, 'LiHei Pro', '新細明體', sans-serif;
    overflow: hidden;
    list-style: none;
}
.pagelist li {
    font-size: 88%;
    display: block;
    line-height: 120%;
    margin: 9px 0;
    background: url(../images/application/bricks.png) no-repeat left top;
    padding-left: 23px;
}
.pagelist a {
   /*word-wrap:break-word;*/
   /*font-size: 28px;*/
   color: #333;
   font-weight: normal;
   text-decoration: none;
}
