/*------------------- Newsletter Archive -------------------- */
.newsarchive {
	border-bottom:1px solid #D4D4D4;
}
.newsarchive ul {
	list-style-type:none;
	width:100%;
}
.newsarchive ul.yearnav {
	background-color:#f2f2f2;
	height:27px;
	clear:both;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Hack for webkit (Chrome/Safari), very minor visual oddity without, 
	   this ensures 100% consistency cross-browser. This style will 
	   only be applied for webkit browsers, ignored by others, and only
	   decreases the yearnav height by 1px */
	.newsarchive ul.yearnav {
		background-color:#f2f2f2;
		height:26px;
		clear:both;
	}
}
.newsarchive ul.yearnav li {
	list-style:none;
	position:relative;
	display:list-item;
	float:left;
	padding:6px 10px 4px 10px;
	border-right:1px solid #fff;
	text-align:center;
	background-color:#eee;
	font-size:12px;
}
.newsarchive ul.yearnav li.selected {
	background-color:#fff;
}
.newsarchive ul.monthnav {
	margin-left:13px;
	clear:both;
	height:22px;
}
.newsarchive ul.monthnav li {
	list-style:none;
	position:relative;
	display:list-item;
	float:left;
	padding:3px 10px 3px 10px;
	text-align:center;
}
.newsarchive .selected {
	color:#666;
}
.newsarchive a {
	text-decoration:none;
}