@charset "utf-8";

#links {
	width: auto;
	position: relative;
}

#links ul {
	list-style-type: none;
	width: auto;
	position: relative;
}

#links li{
	color: #F9B000;
	font: bold 14px Arial;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 150px;
	min-height:130px;
	/* height: auto; */	
}
#links li p{
	font-size:12px;
	font-weight:normal;
}

#links li:hover {
	background-color: #061F2D;
	/* cursor:pointer; */
}

#links a em {
	color: #A1A1A1;
	display: block;
	font: normal 11px Arial;
	font-weight: bold;
}

#links a span {
	color: #F9B000;
	font: bold 11px Arial;
	line-height: 150%;
}
.img_news {
	position:absolute;
	width:116px;
	left: 10px;
	top: 10px;
	border: none;
	margin:0px;
	padding:0px;
}

.sm {
	position:absolute;
	right:20px;
	top:110px;
	cursor:pointer;
}
.sm:hover {
	color:#F9B000;
}
.fe {
	position:absolute;
	right:20px;
	top:0px;
	font-size:10px;
	visibility:hidden;
}
