#newsMenu li{
	background-image : url(../img/news/newsMenuBackground.png);
	background-position: bottom right;
	background-repeat : no-repeat;
	padding : 5px 5px 5px 5px;
}

#newsMenu a{
	text-decoration : none;
	text-align : center;
	font-family: Tahoma,Georgia,times, serif;
	color : black;
	font-size: 1.2em;
	font-style: normal;
}

#newsMenu a:hover{
	color : #FEA202;
}

#details{
	padding : 3px 3px 3px 3px;
	background-color : black;
	opacity : 0.8;
	float : left;
	position : relative;
	top : 216px;
	min-height : 67px;
	min-width : 384px;
	width : 384px;
}

#details p{
		color : white;
		font : 1em normal Georgia, "Times New Roman", Times, serif;
}
