	#googleTranslate a, 
	#googleTranslate a:active, 
	#googleTranslate a:visited {
		font-size:12px;
		color: #c7d4dd;
		text-decoration: none;
		text-transform:uppercase;
	}
	
	#googleTranslate a:hover { text-decoration: underline; }

	#googleTranslate li ul{
		margin:0px;
		padding:0px;
		list-style-type:none;
		background:#fff;
		width:130px;
		border:1px solid #333;
		opacity:0.9;
		position:absolute;
		top:20px;
		right:0px;
		text-align:right;
	}
	#googleTranslate ul li{
		float:right;
		width:130px;
		height:25px;
	}
	#googleTranslate ul li a{
		width:120px;
		height:20px;
		float:right;
		padding-top:5px;
		padding-right:10px;
		color:#012D54 !important;
	}
	#googleTranslate ul li a:hover{
		background-color:#E4EAEF;	
	}
