body { background-color: rgb(192, 192, 192);color:#FFFFFF; 
font-family: 'Open Sans', sans-serif;}

table {vertical-align: top;}
table a:link { color:#000000; text-decoration:non; }
table a:visited { font-weight:bold;color:#000000; none; }
table a:focus { font-weight:bold; color:#000000; text-decoration:underline; }
table a:hover { font-weight:bold; color:#000000; text-decoration:underline; }
table a:active { font-weight:bold; color:#000000; text-decoration:underline; }

/* -------------------------------------------------- */
	/* roundbar-grey */
	/* -------------------------------------------------- */
	#roundbar-grey {
		clear:left;
		float:left;
		width:100%;
		background:#B7B7B7 url(roundbar-grey.gif) 0 25% repeat;
	/*	font-family:Trebuchet MS, Helvetica, sans-serif; */
		border-bottom:1px solid #A8A8A8;
		overflow:hidden;
	}
	#roundbar-grey ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-grey ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#roundbar-grey ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#roundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.3em;
	}
	#roundbar-grey ul li a span {
		display:block;
	}
	#roundbar-grey ul li.active a {
		background:url(roundbar-grey.gif) 0 75% repeat;
		font-weight:bold;
	}
	#roundbar-grey ul li a:hover {
		background:url(roundbar-grey.gif) 0 75% repeat;
	}



