@charset "utf-8";
/* CSS Document */

.links {
	overflow:hidden;
	width:250px;
	float:left;
	margin-left:20px;
}

.links a {
	background-image:url("../images/template-bullet.png");
	background-repeat:no-repeat;
	width:250px;
	height:34px;
	display:inline-block;
	padding-left:25px;
	font-size:12px;
	font-fasmily:arial;
	color:#333333;
	border-bottom:1px #cccccc solid;
	margin-top:4px;
}

.links a:hover {
	background-color:#ededed;
	color:#0670ce;
}


