/* CSS Document */

#roundbar-grey {
		clear:left;
		float:left;
		width:100%;
		background:#B7B7B7 url(bluebutton-bg.gif) 0 25% repeat;
		font-family:Verdana, Arial, 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:0%;
		text-align:center;
		
	    
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:0%;
	}
	#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:#FFF;
		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;
		color:#3DAE38;
	}
	#roundbar-grey ul li a:hover {
		background:url(roundbar-grey.gif) 0 75% repeat;
		text-decoration:underline;
		text-transform:uppercase;
		color:#000;
	
	}
	
	
	.fullpage {
		background:url(e_blueline.png);
		height:10px;	/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;
		background:url(e_blueline.png);
		
					/* page left padding */
	}


