/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
        font-size: 10pt;
        font-style: normal;
        border: 0px;
        background-color: #FFFFFF;
        margin: 0;
        padding: 0 0 0 0;
}
.news-amenu-container LI {
	padding-bottom:1px;
	color: #000000;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;
}

.news-amenu-container LI a {
	padding-bottom:1px;
	color: #000000;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;

}
.news-amenu-container UL {
        color: #000000;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;
        background-color: #d9e0e4;
        margin: 3px 3px;
        padding: 3px;
        border:1px solid #666;
	list-style-type: none;
}
.news-amenu-container H2 {
        color: #000000;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
        background-color: #d9e0e4;
        margin: 0 3px;
        padding: 3px;
        border:1px solid #666;
}

.news-amenu-item-year {
	color: #000000;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
	padding: 5px 0;
}
	

