

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	margin-top:250px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background: #242964;
	font-weight: normal;
	padding: 6px 0px 6px 30px;
	color: white;
	line-height: 120%;
	text-align: left;
	font-size:13px;

}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background: white;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:black;
}