@charset "utf-8";

ul#right_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 20px;
	width: 282px;
	height: 41px;
	background: transparent;
	/* background-image: url(../images/right_navi_over.png); */
	/* background-repeat: no-repeat; */
}

a, a:link, a:visited {
	text-decoration: none;
}

p, p a {
	color: #9dbdce;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

/*<group=level 1>*/

ul#right_menu li {
	padding: 0;
	margin: 0;
	/* display: block; */
	display: inline;   /* correction for IE5 et IE5.5 */
	float: left;
	text-indent: -9999px;	/*  for text hidden */
}

ul#right_menu li a {
	border: 0;
	display: block;
	height: 41px;
	background: url(../images/right_navi.png) no-repeat;
	outline: none;
}

ul#right_menu li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/right_navi_over.png);
	background-repeat: no-repeat;
}	
	
/*</group>*/

/*<group=level 1 ids>*/

/*li#home a {
	width: 152px;
 } */

li#login a {
	width: 282px;
}

li#login a:link,
li#login a:visited,
li#login a:hover {
	background-position: -24px 0px;
}

li#chinese a {
	width: 282px;
}

li#chinese a:link,
li#chinese a:visited,
li#chinese a:hover {	
	background-position: -24px -41px;
}