/* @group topimagebar */

#topimagebar {
	background: url(../../images/red/topimagebar.png);
	text-align: right;
	width:900px;
	height: 10px;
}

#topimagebar ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	color: #d4d4d4;
}

#topimagebar li {
	display: inline;
}

#topimagebar a {
	color: #d4d4d4;
	text-decoration: none;
}

#topimagebar a:hover {
	color: #0080ff;
}
	
/* @end */