div#links {
	position: absolute; 
	top: 25px; 
	left: 125px; 
	width: 450px;
	height:250px; 
	z-index: 100;
	border-left: 1px solid #F17F43;
	border-bottom: 1px solid #F17F43;
}
div#links p {
	display: block; 
	text-align: left; 
	font: bold 12px sans-serif; 
   	padding: 5px 10px;
	border-width: 0;
   	text-decoration: none; 
	color: #C2D6FA; 
	/*background: #0d2f6c;*/
	margin-bottom:25px;
}
div#links ul {
	font: 12px sans-serif;
	color: #C2D6FA;
	margin-top:5px;
	margin-bottom:5px;
}
div#links li {
	margin-bottom:15px;
}
div#links a {
	font: 12px sans-serif; 
	border-width: 0;
   	text-decoration: underline; 
	color: #C2D6FA;
}
div#links a:hover {
	color: #F17F43;
	text-decoration: underline;
}
