﻿			#footer_frame_left
			{
				float:left;
				width:65%;
				/*background-color:lime;*/
				height:30px;
				text-align:left;
				
			}

			#footer_frame_right
			{
				float:left;
				width:35%;
				height:30px;
				line-height:30px;
				text-align:right;
			}
			
			#footer_menu_ul
			{
				float:left;
				list-style :none; 
				width:auto; 
				height:36px;
				line-height:38px;
				
				
				vertical-align:middle;
				margin:10px 0px 10px 0px;
				padding:13px 40px 0px 0px;
				clear:both;
				background-image:url('/images/background/menu_footer.png');
				background-position:center center;
				background-repeat:no-repeat;
			}
			
			 #footer_copyright_ul
			{
				list-style :none; 
				float:right; 
				padding-right:10px;
				margin:13px 0px 10px 0px;
				width:auto; 
				height:35px;
				line-height:35px;
				vertical-align:middle;
				/*background-color:red;*/
			}
			

			#footer_menu_ul .item
			{
				float:left;
				width:auto;
				padding:0px 5px 0px 5px;
				text-align:center;
			}
			
			#footer_menu_ul .item a
			{
				color:#FFFFFF;
				text-decoration:none;
			}
			
			#footer_menu_ul .item a:hover
			{
				color:#FF9900;
				text-decoration:underline;
			}
			
			#footer_menu_ul .separator
			{
				float:left;
				width:auto;
				padding:0px 0px 0px 0px;
				text-align:center;	
							
			}
			.span_header_help
			{
				color:#FFFFFF;
				float:left;
				font-weight:bold;
				width:100%;
				height:30px;
				background-color:gray;
				margin-left:20px;
				position:relative;
				
			}
		
			#footer_help_ul, #footer_link_ul
			{
				/*background-color:red;*/
				float:left;
				line-height:20px;
				vertical-align:middle;
				width:100%;
				padding-left:0px;
				margin:0px 0px 0px 0px;
			}
			
			#footer_help_ul li, #footer_link_ul li
			{
				/*
				list-style:square;
				list-style-image:url('/images/bullet/b1.png');
				*/
			}

			#footer_help_ul a, #footer_link_ul a
			{
				font-size:8pt;
				text-decoration:none;
				color:#FFFFFF;
				
			}

			#footer_help_ul a:hover,  #footer_link_ul a:hover
			{
				font-weight:bold;
				text-decoration:underline;
			}
			
			#table_footer .col
			{
				width:150px;
				padding-left:10px;
			}
			
			 .footer_li_header
			 {
			 	clear:both;
			 	width:100%;
			 	height:30px;
			 	line-height:30px;
			 	vertical-align:middle;
			 	font-weight:bold;
			 	font-size:10pt;
			 	margin-bottom:10px;
			 }
