﻿.link-h-cycle-container {
	white-space:nowrap;
	margin-left:25px;
	_margin-left:25px;
	width:200px;
}

/* circle */

.link-h-cycle {
	margin: 0;
	width:200px;
}

.link-h-cycle li {
	margin: 0; 
	padding: 0;
	display: inline;
	width:200px;
	list-style-type: none;
}
	
.link-h-cycle a:link, .link-h-cycle a:visited {
	line-height: 30px;
	color:#5F5D5C;
	width:200px;
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #9B9997;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.link-h-cycle a:link.active, .link-h-cycle a:visited.active, .link-h-cycle a:hover {
	border-bottom:1px solid #9B9997;
	width:200px;
	cursor:pointer;
	line-height:30px;
	display:block;
	color:#0E79BF;
	font-family:Arial, Helvetica, sans-serif;
}