/* News List */
 #containernews {
        width: 255px;
        height: 280px;
        margin: 0 0 0 0;
        float: left;
        background: #DEE1D8;
        min-height: 100%;
  margin-bottom: 0
}
    ul#news {
        list-style: none;
        background: url(bg_news0.png) no-repeat;
        padding: 0 2px;
        margin-bottom: 1em;
        }
    
    ul#news li {
        display: block;
        height: 30px;
     
        border-bottom: 1px dashed #999999;
        padding: 0 !important;
        }

    ul#news li a {
        display: block;
        height: 25px;
      
        font: 8px Tahoma;
        font-size: 11px;
        text-align: justify;
        text-decoration: none;
        overflow: hidden;
        text-indent: 8px;
        background: #DEE1D8;
        color: #333333;
        }

    ul#news li a:hover {
        color: #6C6956;
                }
/* // News List */


/* News List 01 */
 #containernews {
        width: 269px;
        height: 280px;
        margin: 0 0 0 0;
        float: left;
        background: #DEE1D8;
        min-height: 100%;
        margin-bottom: 0
}
    ul#news1 {
        list-style: none;
        background: url(bg_news0.png) no-repeat;
        padding: 0 2px;
        margin-bottom: 1em;
        }
    
    ul#news1 li {
        display: block;
        height: 26px;
        border-bottom: 1px dashed #999999;
        padding: 0 !important;
        }

    ul#news1 li a {
        display: block;
        height: 26px;
        font: 14px/26px Tahoma;
        font-size: 12px;
        text-decoration: none;
        color: #FFFFFF;
        overflow: hidden;
        text-indent: 8px;
        background: #32A6A6
        }

    ul#news1 li a:hover {
        color: #FFFFFF;
        background: #333333
        }
/* // News List 01 */




