a {
	/*color : #fff;*/
}
a:hover {
	text-decoration : none;
}
td.links a {
	position : relative;
	display : block;
	height : 20px;
	color : #626262;
	text-decoration : none;
	font-weight : bold;
    background: #A9A9A9;
	font-size: 11px;
	font-family: Verdana;
    text-align : center;
	padding : 4px 10px 0px 10px;
	background-repeat : no-repeat;
}
td.links a:hover {
    background: #A9A9A9;
    position : relative;
    color : #fff;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
    text-align : center;
    background-repeat : no-repeat;
}
td.links_on a {
	position : relative;
	display : block;
	height : 21px;
	color : #fff;
	text-decoration : none;
	font-weight : bold;
	padding : 4px 10px 0 10px;
    font-size: 11px;
	font-family: Verdana;
    text-align : center;
    background-color: #323664;
	background-repeat : no-repeat;
}
td.lang a {
    position : relative;
    display : block;
    height : 17px;
    width : 31px;
}