﻿
.left_Navigation
{
float:right;	width:178px;
}






.left_Navigation p
{
	height:25px;
	line-height:25px;

	font-size:14px;
	font-weight:bold;

	display:block;
	
	float:left;
	position:relative;
	
	width:220px;
}

.left_Navigation p::before
{
	content:"";
	display:block;
	width:4px;
	height:15px;
	background:#21b40d;
	position:absolute;
	left:-10px;
	top:6px;
}

.left_Navigation li
{
	
	width:auto;
	display:inline;
	height:auto;
    float:left;
    
    margin-right:5px;
  
    border:0;
    border-radius:3px;	
	padding:0 3px;
	line-height:20px;
	white-space:nowrap;

}

.left_Navigation li a
{
	white-space:nowrap;
}
	
.left_Navigation li a:link{
	color: #646464;
	text-decoration: none;}
.left_Navigation li a:visited{
	color: #646464;
	text-decoration: none;}
.left_Navigation li a:active{
	color: #646464;
	text-decoration: none;}
.left_Navigation li a:hover{
	text-decoration: underline;
	color: #21b40d;}
	
.visa_flow_path
{
	width:138px;
	float:left;
}

.visa_flow_path img
{
	width:138px;
	height:460px;
	background:#efefef;
}

.visa_account
{
	width:138px;
	float:left;
	padding-bottom:10px;
}

.visa_account b
{
	width:138px;
	float:left;
	color:#E9380F;
	height:24px;
}

.visa_account span
{
	width:138px;
	float:left;
	color:#666;
	line-height:18px;
}


.left_menu_travel_info_con ul li
{
	
	
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-bottom:1px dashed #e2e2e2;

}