﻿/* -------------------------------------------------- */
/* roundbar-red
/* -------------------------------------------------- */
#roundbar-red {
	clear:left;
	float:left;
	width:100%;
	background:#80C8FF url(../Images/menu-bg-big2.gif) 0 25% repeat;
	border-bottom:1px solid #ffaa33;
	border-top:1px solid #ffaa33;
	overflow:hidden;
	font-size:11pt;
}
#roundbar-red ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:40px;
	text-align:center;
}
#roundbar-red ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	/*right:50%;*/
}
#roundbar-red ul li.first {
	border-left:1px solid #49A9FF;
}
#roundbar-red ul li.last {
	border-right:1px solid #99D8FF;
}
#roundbar-red ul li a {
	display:block;
	margin:0;
	padding:.4em .4em;
	color:#ffffff;
	text-decoration:none;
	border-left:1px solid #ffaa33;
	border-right:1px solid #ffaa33;
	line-height:1.3em;
}
#roundbar-red ul li.active a {
	background:url(../Images/menu-bg-big1.gif) 0 75% repeat;
	/*font-weight:bold;*/
}
#roundbar-red ul li a:hover {
	background:url(../Images/menu-bg-big1.gif) 0 75% repeat;
}
#roundbar-red ul li a span {
	display:block;
}