html, body {
background:url("../images/choose-body.png") repeat scroll center center #2F2F2F;
position:relative;
text-align: center;
margin-top: 40px;
}

#choose {
background:url("../images/choose.png") no-repeat;
position:relative;
width: 565px;
height: 357px;
margin: 0 auto;
}

#choose-menu {
position: absolute;
bottom:0;
margin-bottom: 46px;
margin-left: 20px;
}

/*  --------------------  NAVIGATION  --------------------  */
.Nav li {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

/* NavEN ------ */
.NavEN a {
	display: block;
	width: 116px;
	height: 50px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/choose-menu.png);
	float: left;
}

.NavEN a:link {
	background-position: 0px 0px;
}

.NavEN a:visited {
	background-position: 0px 0px;
}

.NavEN a:hover {
	background-position: 0px -50px;
}

.NavEN a:active {
	background-position: 0px -50px;
}
.current-EN a:link,.current-EN a:visited {
	background-position: 0px -50px;
	cursor: default;
}

/* NavPL ------ */
.NavPL a {
	display: block;
	width: 116px;
	height: 50px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/choose-menu.png);
	float: left;
}

.NavPL a:link {
	background-position: -120px 0px;
}

.NavPL a:visited {
	background-position: -120px 0px;
}

.NavPL a:hover {
	background-position: -120px -50px;
}

.NavPL a:active {
	background-position: -120px -50px;
}
.current-PL a:link,.current-PL a:visited {
	background-position: -120px -50px;
	cursor: default;
}

