#tab_system_wrap {
	float: left;
	clear: right;
	width: 640px;
	z-index: 0;
}
	#tab_system_wrap a {
		text-decoration: none;
		color: #FFF;
	}
		
	#tab_system_wrap #nav_tabs_container {
		width: 290px;
		padding: 0;
		margin: 0;
		float: left;
		font-size: 140%;
		font-weight: bold;
		color:#FFF;
		padding-left: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
		z-index: 1;
}
		#tab_system_wrap #nav_tabs_container p{
			font-weight: normal;
			color: #FFF;
		}
		
		#tab_system_wrap #nav_tabs_container .nav_tabs {
			position: relative;
			margin: 0;
			padding: 0;
			padding-top: 5px;
			padding-bottom: 4px;
			padding-left: 8px;
			background-image: url('../images/rbase_drpshdw.jpg');
			background-position: right;
			background-repeat: repeat-y;
			background-color:#777;
			line-height: 70%;
			width: 281px;
			border-top: 1px solid #f90;
			border-left: 1px solid #f90;
			z-index: 1;
		}
			#tab_system_wrap #nav_tabs_container .nav_tabs:hover {
				position: relative;
				background-color:#036;
				background-image: none;
				color: #FFF;
				width: 281px;
				cursor: pointer;
				z-index: 1;
			}
		#tab_system_wrap #nav_tabs_container .active_tab {
			position: relative;
			margin: 0;
			padding: 0;
			padding-top: 5px;
			padding-bottom: 4px;
			padding-left: 8px;
			line-height: 70%;
			border-top: 1px solid #f90;
			border-left: 1px solid #f90;
			background-color:#102A50;
			background-image: none;
			width: 282px;
			cursor: default;
			border-right: none;
			z-index: 100;
		}
			#tab_system_wrap #nav_tabs_container .active_tab:hover {
				position: relative;
				background-color:#102A50;
				background-image: none;
				color: #FFF;
				width: 282px;
				border-right: none;
				z-index: 100;
			}
				
			
			#tab_system_wrap #nav_tabs_container .nav_tabs.last_tab {
				border-bottom: 1px solid #f90;	
			}


	#tab_system_wrap div#sect_content {
		position: relative;
		float: left;
		width: 330px;
		height: 430px;
		border: 1px solid #f90;
		margin: 10px 0 20px 0;
		background-color:#102A50;
		background-image: url(../images/blue_bk.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		z-index: 1;
	}
	
		#tab_system_wrap div#sect_content img{
			margin: 15px 15px 5px 15px;
			border: 1px solid #f90;
		}
		
		#tab_system_wrap div#sect_content .content_text{
			color: #FFF;
			font-size: 100%;
			line-height: 120%;
			font-weight:bold;
			text-align: justify;
			text-align: center;
			width: 250px;
			height: 80px;
			margin: 5px 35px;
			padding: 5px;
		}
	#tab_system_wrap .step_box_link {
		font-size: 80%;
		color: #C60;
	}
		#tab_system_wrap .step_box_link a{
			text-decoration:underline;
			color: #c60;
		}