.links{
	width: 100%; 	clear: both; margin-top:20px; padding:0px 15px;
	line-height: 30px;
	font-size: 14px;
	/*background:url(./line_h.jpg) repeat-x; */
	position: relative;
	display: table;
} 
.linksIcon{
	width: 16px;
	height: 16px;
	background: url(./linksIcon.gif) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 10px;
}

.links dt{
	float: left;
	color: #666;
	width: 70px;
}
.links dd{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #0066CC;
}
.links dd a{
	white-space: nowrap;
	display: inline-block;
	color: #666666;
	background: url(./links_line.jpg) no-repeat right center;
	padding: 0px 9px; margin-bottom:0px;
}
.linksBottom{
	width: 100%;
	height: 1px;
	background: url(./line_h.jpg) repeat-x;
	clear: both;
}
