#sidebar {
	float: left;
	width: 740px;
}

ul.style1 {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #115682;
        line-height: 100%;
        width: 97%;
}

ul.style1 a {
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #717171;
}

ul.style1 a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #115682;	
}

ul.style1 .first {
	border-top: none;
	padding-top: 0px;
}

/*hr {
  border: none;
  height: 1px; 
  border-bottom: 1px dashed #559FAA;
}*/