h3{
padding:10px 0px 5px 13px;
margin:0px;
font-weight:normal;
font-size:150%;
color:#555555;
}
ul#gateways {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#gateways table {
	margin-left: 0px;
}
#gateways table td{
    height: 31px;
}
#gateways table td.lang {
	width: 78px;
	padding-left: 30px;
	height: 31px;
	background: url(/images/gateway/gateway_li_bg.gif);
}
#gateways table td.remember {
	padding-left: 5px;
	width: 242px;
	height: 31px;
}
#gateways li {
}
#gateways li a {
    display: inline;
	color:#505bb7;
}
#gateways li.over span {
    display: inline;    
}
#gateways li span {
    display: none;
}
#gateways li:hover span {
    display: inline;
}
div#navFooter {
	padding-top: 9px;
}


#gateways li.over table td.lang{
	background: url(/images/gateway/gateway_rollover_01.gif);
}
#gateways li:hover table td.lang{
	background: url(/images/gateway/gateway_rollover_01.gif);
}

#gateways li.over table td.remember{
	background: url(/images/gateway/gateway_rollover_02.gif) right top;
}
#gateways li:hover table td.remember{
	background: url(/images/gateway/gateway_rollover_02.gif) right top;
}

