#marqueeOut {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 740px;
	height: 27px;
}
#marqueeIn {
	position: relative;
	width: 740px;
	height: 27px;
	overflow: hidden;
	margin: 0 auto;
	background: #D9E3EF;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
#marqueeMe {
	position: absolute;
	white-space: nowrap;
	top: 6px;
	color: #0c3772;
}
#marqueeMe ul li {
	background-image: url(../img/arrow_bl.gif);
	display: inline;
	margin: 0 10px 0 0;
}
#marqueeMe ul li a {
	color: #0c3772;
}
