#contentBand {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	position: relative;
	color:#000000;
}

#contentBand .tickButton {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin-top:2px;
	margin-right:3px;
	position: relative;
	color:#000000;
}
.hidden {
	display: none;
}

#tick1{
 float:left;
}
#tick{
 float:left;
}
#tick1 a,#tick a{
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
#tick1 a:hover,#tick a:hover {
	text-decoration: underline;
}
#cursor {
	background:none;
	float:left;
	top:3px;
	height: 10px;
	width: 8px;
	position: relative;
	padding: 0px 0px 4px 0px;
	z-index: 100;
}
