.btnLanguage-corner-right {
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topright:4px;
}
.btnLanguage-corner-left {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;	
}
.btnLanguage,.btnSelLanguage {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	margin:0 4px 0 0;
	padding:3px 10px;
	border:1px solid #327E04;
	background:#327E04;
	color:#FFFFFF;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	position:relative;
	text-align:center;
	font-family: serif;
    font-size: 10px;
	position:relative;
	margin-right:-1px;
}
.btnSelLanguage {
	cursor:default;
	background:#FFFFCC;
	color:#000000;
}

.btnTopEn {
    color: #FF8C00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.btnTopCn {
	text-align:center;
    color: #1E90FF;
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
}

.btnTopCn, .mentTab{
    font-family: Verdana;
}

.menuTab, .menuTabSelected, .menuTabMouseover{
	width:125px;
	height:32px;
	text-align:center;
	color: #1E90FF;
    font-size: 12px;
    font-weight: bold;
	background-image:url(../img/menu/unselectMenu.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	cursor:pointer;
}

.menuTabSelected {
	color: #1E90FF;
	cursor:default;
	background-image:url(../img/menu/selectedMenu.jpg);
}
.menuTabMouseover{
	color: #020202;
	cursor:pointer;
	background-image:url(../img/menu/mouseOverMenu.jpg);
}

.menuButton{
	cursor:pointer;
	width:74px;
	background-image:url(../img/menu/mouseOutButton.jpg);
	background-repeat:no-repeat;
}
.menuButtonMouseover{
	cursor:pointer;
	width:74px;
	background-image:url(../img/menu/mouseOverButton.jpg);
	background-repeat:no-repeat;
}
.menuButtonSelected{
	cursor:default;
	width:74px;
	background-image:url(../img/menu/selectedButton.jpg);
	background-repeat:no-repeat;
}

.cellSplit1 {
	width:10px;
}

.cellSplit2 {
	width:40px;
}

.cellSplit3 {
	width:30px;
}

