/* CSS Document */

#topbar_1 {
	position: absolute;
	left:0px;
	top:0px;
	width:986px;
	height:40px;
	background:#800000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #530101;
	overflow:hidden;
	z-index:2;
		}
		
#topbar_b {
		position: absolute;
		left:0px;
		top:40px;
		height:22px;
		width:986px;
		background:#B52B2B;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #530101;
	z-index:1;
		}

#topbar_2 {
		position: absolute;
		left:0px;
		top:62px;
		height:58px;
		width:986px;
		background:#6365AB;
		z-index:0;
		}
		
