#footer_outside {
	background-image: url(images/px.gif);
}

@media all{
	head:first-child+BODY {
		background-color: #EEEEEE;
		color: #333333;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 12px;
		margin: 0;
	}

	* html BODY {
		background-color: #EEEEEE;
		color: #333333;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 12px;
		margin: 0;
	}

	head:first-child+body #box {
		background-color: #FFFFFF;
		border: 1px solid #4F5D78;
		position: absolute;
		left: 50%;
		top: 51%;
		width: 700px;
		height: 400px;
		margin-left: -325px;
		margin-top: -200px;
	}

	* html #box {
		background-color: #FFFFFF;
		border: 1px solid #4F5D78;
		position: absolute;
		left: 50%;
		top: 51%;
		width: 700px;
		height: 400px;
		margin-left: -325px;
		margin-top: -200px;
	}

	head:first-child+body #logo {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: 370px;
		left: -7px;
		width: 127px;
		height: 43px;
		background-image: url(images/logo_dnsx_tiny.gif);
		background-repeat: no-repeat;
		z-index:1;
	}

	* html #logo {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: 370px;
		left: -7px;
		width: 127px;
		height: 43px;
		background-image: url(images/logo_dnsx_tiny.gif);
		background-repeat: no-repeat;
		z-index:1;
	}

	head:first-child+body #footer {
		width: 100%;
		text-align: right;
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: 0.2em;
		 */
		top: 327px;
		right: 0.2em;
	}

	* html #footer {
		width: 100%;
		text-align: right;
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: 0.2em;
		 */
		top: 327px;
		right: 0.2em;
	}

	head:first-child+body #footer P {
		font-size: 80%;
		display: inline;
		margin: 0 0.2em 0 0.2em;
	}

	* html #footer P {
		font-size: 80%;
		display: inline;
		margin: 0 0.2em 0 0.2em;
	}

	head:first-child+body #footer P#soc_header, head:first-child+body #footer P#soc_piva {
		display: none;
	}

	* html #footer P#soc_header, * html #footer P#soc_piva {
		display: none;
	}

	head:first-child+body #footer_outside {
		background-image: none;
		font-size: 80%;
		background-color: #ddd;
		border: 1px solid #ccc;
		padding: 2px 5px 2px 5px;
		position: absolute;
		/*
		 * Opera 6.06 doesn't handle bottom: it will show up on the top-left.
		 */
		bottom: 4px;
		right: 4px;
	}

	* html #footer_outside {
		background-image: none;
		font-size: 80%;
		background-color: #ddd;
		border: 1px solid #ccc;
		padding: 2px 5px 2px 5px;
		position: absolute;
		/*
		 * Opera 6.06 doesn't handle bottom: it will show up on the top-left.
		 */
		bottom: 4px;
		right: 4px;
	}

	head:first-child+body #footer_outside A {
		font-weight: bold;
	}

	* html #footer_outside A {
		font-weight: bold;
	}

	head:first-child+body #footer_outside #nocssimage {
		display: none;
	}

	* html #footer_outside #nocssimage {
		display: none;
	}

	head:first-child+body #content {
		text-align: left;
		/*
		 * Internet explorer 5.01 and 5.5 do wrong padding
		 * width: 420px;
		 * rigth: 0px;
		 * position: absolute;
		 * float: right;
		 * FIX: Opera 6.06 is not well vertically alligned
		 * FIX: IE 5.01 / 5.5 & padding => wrong height.
		 */
		padding: 15px 15px 0px 15px;
		height:	362px;
		margin: 0px;
		width: auto;
		margin-left: 200px;
		/*
		 * FIX: Opera 6.06 (IE4 MAC ¦ NN4 ¦ opera5-6) doesn't handle overflow: auto;
		 */
		overflow:	auto;
	}

	* html #content {
		text-align: left;
		/*
		 * Internet explorer 5.01 and 5.5 do wrong padding
		 * width: 420px;
		 * rigth: 0px;
		 * position: absolute;
		 * float: right;
		 * FIX: Opera 6.06 is not well vertically alligned
		 * FIX: IE 5.01 / 5.5 & padding => wrong height.
		 */
		padding: 15px 15px 0px 15px;
		height:	362px;
		margin: 0px;
		width: auto;
		margin-left: 200px;
		/*
		 * FIX: Opera 6.06 (IE4 MAC ¦ NN4 ¦ opera5-6) doesn't handle overflow: auto;
		 */
		overflow:	auto;
	}

	head:first-child+body #content img.imgleft {
		float: left;
		border: 1px solid black;
		margin: 1em 1em 1em 0;
	}

	* html #content img.imgleft {
		float: left;
		border: 1px solid black;
		margin: 1em 1em 1em 0;
	}

	head:first-child+body #content img.imgright {
		float: right;
		border: 1px solid black;
		margin: 1em 0 1em 1em;
	}

	* html #content img.imgright {
		float: right;
		border: 1px solid black;
		margin: 1em 0 1em 1em;
	}

	head:first-child+body #content P {
		margin: 0 0 1em 0;
	}

	* html #content P {
		margin: 0 0 1em 0;
	}

	head:first-child+body #content P.indentpar {
		text-indent: 2em;
		text-align: justify;
	}

	* html #content P.indentpar {
		text-indent: 2em;
	}

	head:first-child+body #content UL {
		margin-top: 0;
	}

	* html #content2 UL {
		margin-top: 0;
	}

	head:first-child+body #content .category {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
		border-bottom: #4F5D78 2px solid;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}

	* html #content .category {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
		border-bottom: #4F5D78 2px solid;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}

	head:first-child+body #content .title {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
		border-bottom: #4F5D78 2px solid;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}

	* html #content .title {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
		border-bottom: #4F5D78 2px solid;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}

	head:first-child+body #content .subtitle {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
	}

	* html #content .subtitle {
		display: block;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
	}

	head:first-child+body #content LI {
		list-style-type: none;
		margin: 0;
		margin: 0 0 0.5em -40px;
	}

* html #content LI {
		list-style-type: none;
		margin: 0;
		margin: 0 0 0.5em -40px;
	}

* html #content2 LI {
		list-style-type: disc;
		margin: 0;
		margin: 0 0 0.5em -10px;
	}
	
	head:first-child+body #content DIV.page {
		margin: 0;
		display: none;
	}

	* html #content DIV.page {
		margin: 0;
		display: none;
	}

	head:first-child+body #content DIV.page#page1 {
		display: inline;
	}

	* html #content DIV.page#page1 {
		display: inline;
	}

	head:first-child+body #content DIV.page DIV.selpage {
		margin: 0 40px;
	}

	* html #content DIV.page DIV.selpage {
		margin: 0 40px;
	}

	head:first-child+body #content APPLET.map {
		width: 410px;
		height: 250px;
		position: absolute;
		top: 130px;
	}

	* html #content APPLET.map {
		width: 410px;
		height: 250px;
		position: absolute;
		top: 130px;
	}

	head:first-child+body #content DIV.directions {
		display: inline;
		width: 30%;
		margin: 0;
		padding: 0;
		font-size: 90%;
	}

	* html #content DIV.directions {
		display: inline;
		width: 30%;
		margin: 0;
		padding: 0;
		font-size: 90%;
	}

	head:first-child+body #content DIV.directions P {
		margin-bottom: 0.5em;
	}

	* html #content DIV.directions P {
		margin-bottom: 0.5em;
	}

	head:first-child+body #content FORM.contactform {
		margin: 1.5em 0 0 0;
	}

	* html #content FORM.contactform {
		margin: 1.5em 0 0 0;
	}

	head:first-child+body #content FORM.contactform div {
		display: block;
		height: 205px;
		position: relative;
	}

	* html #content FORM.contactform div {
		display: block;
		height: 205px;
		position: relative;
	}

	head:first-child+body #content FORM.contactform INPUT {
		font-size: 90%;
	}

	* html #content FORM.contactform INPUT {
		font-size: 90%;
	}

	head:first-child+body #content FORM.contactform P {
		font-weight: bold;
		text-indent: 0;
		float: left;
		width: 47%;
		padding: 0 0 0 0;
		margin: 0.2em 0 0 0;
	}

	* html #content FORM.contactform P {
		font-weight: bold;
		text-indent: 0;
		float: left;
		width: 47%;
		padding: 0 0 0 0;
		margin: 0.2em 0 0 0;
	}

	head:first-child+body #content FORM.contactform P INPUT {
		width: 90%;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 10px;
		margin: 0.3em 0 0 0;
	}

	* html #content FORM.contactform P INPUT {
		width: 90%;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 10px;
		margin: 0.3em 0 0 0;
	}

	head:first-child+body #content FORM.contactform P TEXTAREA {
		display: block;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 10px;
		margin: 0.4em 0 0 0;
		width: 100%;
		height: 80px;
	}

	* html #content FORM.contactform P TEXTAREA {
		display: block;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 10px;
		margin: 0.4em 0 0 0;
		width: 100%;
		height: 80px;
	}

	head:first-child+body #content FORM.contactform P.submit {
		margin: 0.5em 0 0 0;
		clear: left;
		width: 50%;
	}

	* html #content FORM.contactform P.submit {
		margin: 0.5em 0 0 0;
		clear: left;
		width: 50%;
	}

	head:first-child+body #content FORM.contactform INPUT#submit {
		margin: 0;
		padding: 0;
	}

	* html #content FORM.contactform INPUT#submit {
		margin: 0;
		padding: 0;
	}

	head:first-child+body #content FORM.contactform P.large {
		display: block;
		width: 93%;
	}

	* html #content FORM.contactform P.large {
		display: block;
		width: 93%;
	}

	head:first-child+body #content FORM.contactform P.note {
		display: block;
		padding: 0;
		text-align:right;
		font-weight: normal;
		position: absolute;
		bottom: 2px;
		right: 40px;
		font-size: 80%;
	}

	* html #content FORM.contactform P.note {
		display: block;
		padding: 0;
		text-align:right;
		font-weight: normal;
		position: absolute;
		bottom: 2px;
		right: 40px;
		font-size: 80%;
	}

	head:first-child+body #content P.disclaimer {
		font-size: 80%;
		display: none;
		color: Gray;
		text-indent: 0;
		margin: 2em 0 0 0;
	}

	* html #content P.disclaimer {
		font-size: 80%;
		display: none;
		color: Gray;
		text-indent: 0;
		margin: 2em 0 0 0;
	}

	head:first-child+body B {
		Font-style: normal;
		font-weight: bold;
	}

	* html B {
		Font-style: normal;
		font-weight: bold;
	}

	head:first-child+body I {
		Font-weight: bold;
		font-style: normal;
	}

	* html I {
		Font-weight: bold;
		font-style: normal;
	}

	head:first-child+body A:link {
		Color: #4A5876;
		Text-Decoration: none;
	}

	* html A:link {
		Color: #4A5876;
		Text-Decoration: none;
	}

	head:first-child+body A:active {
		Color: #FFFFFF;
		Text-Decoration: none;
	}

	* html A:active {
		Color: #FFFFFF;
		Text-Decoration: none;
	}

	head:first-child+body A:visited {
		Color: #4A5876;
		Text-Decoration: none;
	}

	* html A:visited {
		Color: #4A5876;
		Text-Decoration: none;
	}

	head:first-child+body A:hover {
		Color: #DEDEDF;
		Text-Decoration: none;
	}

	* html A:hover {
		Color: #DEDEDF;
		Text-Decoration: none;
	}

	head:first-child+body P.error {
		color: #4F5D78;
		font-weight: bold;
	}

	* html P.error {
		color: #4F5D78;
		font-weight: bold;
	}

	head:first-child+body P#homelogo {
		text-align:center;
		padding-right: 20px;
		margin-top: 17px;
		margin-bottom: 20px;
	}

	* html P#homelogo {
		text-align:center;
		padding-right: 20px;
		margin-top: 17px;
		margin-bottom: 20px;
	}

	head:first-child+body #sideband {
		position: absolute;
		/*
		 * Not needed
		 * float: left;
		 */
		top: 0px;
		margin: 2px 2px 2px 2px;
		/*
		 * Internet explorer 5.01 displace it without the left.
		 */
		left: 0px;
		height: 396px;
		width: 183px;
		background-color: white;
		z-index: 0;
		background-image: url(images/back/back-japanese.jpg);
	}

	* html #sideband {
		position: absolute;
		/*
		 * Not needed
		 * float: left;
		 */
		top: 0px;
		margin: 2px 2px 2px 2px;
		/*
		 * Internet explorer 5.01 displace it without the left.
		 */
		left: 0px;
		height: 396px;
		width: 183px;
		background-color: white;
		z-index: 0;
		background-image: url(images/back/back-japanese.jpg);
	}

	head:first-child+#index #sideband {
		background-image: url(images/back/back-home_page.jpg);
	}

	* html #index #sideband {
		background-image: url(images/back/back-home_page.jpg);
	}

	head:first-child+#who #sideband {
		background-image: url(images/back/back-chi-siamo.jpg);
	}

	* html #who #sideband {
		background-image: url(images/back/back-chi-siamo.jpg);
	}

	head:first-child+#services #sideband {
		background-image: url(images/back/back-servizi.jpg);
	}

	* html #services #sideband {
		background-image: url(images/back/back-servizi.jpg);
	}

	head:first-child+#skills #sideband {
		background-image: url(images/back/back-chi-siamo.jpg);
	}

	* html #skills #sideband {
		background-image: url(images/back/back-chi-siamo.jpg);
	}

	head:first-child+#contact #sideband {
		background-image: url(images/back/back-contatti.jpg);
	}

	* html #contact #sideband {
		background-image: url(images/back/back-contatti.jpg);
	}

	head:first-child+#where #sideband {
		background-image: url(images/back/back-mappa.jpg);
	}

	* html #where #sideband {
		background-image: url(images/back/back-mappa.jpg);
	}

	head:first-child+#history #sideband {
		background-image: url(images/back/back-servizi.jpg);
	}

	* html #history #sideband {
		background-image: url(images/back/back-servizi.jpg);
	}

	head:first-child+#who .socio {
		position: relative;
		margin-bottom: 1em;
	}

	* html #who .socio {
		position: relative;
		margin-bottom: 1em;
	}

	head:first-child+#who .socio .nome {
		display: inline;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
	}

	* html #who .socio .nome {
		display: inline;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
	}

	head:first-child+#who .socio .email {
		display: block;
		position: absolute;
		right: 2em;
		top: 2px;
		font-size: 80%;
	}

	* html #who .socio .email {
		display: block;
		position: absolute;
		right: 2em;
		top: 2px;
		font-size: 80%;
	}

	head:first-child+#who .socio .desc {
		display: block;
		padding-top: 2px;
		font-size: 100%;
		border-top: #4F5D78 2px solid;
		margin-top: 2px;
	}

	* html #who .socio .desc {
		display: block;
		padding-top: 2px;
		font-size: 100%;
		border-top: #4F5D78 2px solid;
		margin-top: 2px;
	}

	head:first-child+#who .socio .actions {
		font-size: 80%;
	}

	* html #who .socio .actions {
		font-size: 80%;
	}

	head:first-child+#who a.navprev {
		float: left;
		margin-top: 6px;
		width: 11px;
		height: 13px;
		background-image: url(images/arr_l.gif);
		background-repeat: no-repeat;
	}

	* html #who a.navprev {
		float: left;
		margin-top: 6px;
		width: 11px;
		height: 13px;
		background-image: url(images/arr_l.gif);
		background-repeat: no-repeat;
	}

	head:first-child+#who a.navnext {
		float: right;
		margin-top: 6px;
		width: 11px;
		height: 13px;
		background-image: url(images/arr_r.gif);
		background-repeat: no-repeat;
	}

	* html #who a.navnext {
		float: right;
		margin-top: 6px;
		width: 11px;
		height: 13px;
		background-image: url(images/arr_r.gif);
		background-repeat: no-repeat;
	}

	head:first-child+body #curricula H1 {
		font-size: 20px;
		text-align: center;
		margin: 0;
		font-variant: small-caps;
	}

	* html #curricula H1 {
		font-size: 20px;
		text-align: center;
		margin: 0;
		font-variant: small-caps;
	}

	head:first-child+body #curricula {
		padding-bottom: 20px;
	}

	* html #curricula {
		padding-bottom: 20px;
	}

	head:first-child+body #curricula dl {
		font-size: 11px;
		border-top: #4F5D78 2px solid;
		margin: 0 0 0 0;
	}

	* html #curricula dl {
		font-size: 11px;
		border-top: #4F5D78 2px solid;
		margin: 0 0 0 0;
	}

	head:first-child+body #curricula H2 {
		font-size: 15px;
		text-align: right;
		font-variant: small-caps;
		letter-spacing: 0.2mm;
		margin-bottom: 1px;
	}

	* html #curricula H2 {
		font-size: 15px;
		text-align: right;
		font-variant: small-caps;
		letter-spacing: 0.2mm;
		margin-bottom: 1px;
	}

	head:first-child+body #curricula dt {
		width: 160px;
		text-align: right;
		font-weight: bold;
		float: left;
		clear: both;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 3px;
	}

	* html #curricula dt {
		width: 160px;
		text-align: right;
		font-weight: bold;
		float: left;
		clear: both;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 3px;
	}

	head:first-child+body #curricula dd {
		padding-top: 2px;
		margin-left: 164px;
		display: run-in;
		width: auto;
		background-color: #f0f0f0;
		border-left: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		clear: none;
		padding-left: 3px;
		padding-bottom: 2px;
	}

	* html #curricula dd {
		padding-top: 2px;
		margin-left: 164px;
		display: run-in;
		width: auto;
		background-color: #f0f0f0;
		border-left: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		clear: none;
		padding-left: 3px;
		padding-bottom: 2px;
	}

	head:first-child+#history .project {
		display: block;
		margin-top: 2em;
		margin-bottom: 2em;
		padding: 0;
		min-height: 9em;
	}

	* html #history .project {
		display: block;
		margin-top: 2em;
		margin-bottom: 2em;
		padding: 0;
		min-height: 9em;
	}

	head:first-child+#history .project img {
		float: left;
		clear: left;
		border: 1px solid #C0C0C0;
		margin-right: 1em;
		margin-top: 9px;
	}

	* html #history .project img {
		float: left;
		clear: left;
		border: 1px solid #C0C0C0;
		margin-right: 1em;
		margin-top: 9px;
	}

	head:first-child+#history .project .name {
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		margin-left: 134px;
		padding-left: 0px;
		display: block;
		font-weight: bold;
		padding-bottom: 2px;
		margin-bottom: 2px;
		border-bottom: 2px solid #4F5D78;
	}

	* html #history .project .name {
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 1px;
		margin-left: 134px;
		padding-left: 0px;
		display: block;
		font-weight: bold;
		padding-bottom: 2px;
		margin-bottom: 2px;
		border-bottom: 2px solid #4F5D78;
	}

	head:first-child+#history .project .action {
		font-size: 80%;
		float: right;
		margin-top: 2px;
	}

	* html #history .project .action {
		font-size: 80%;
		float: right;
		margin-top: 2px;
	}

	head:first-child+#history .project .desc {
		display: block;
		margin-left: 134px;
	}

	* html #history .project .desc {
		display: block;
		margin-left: 134px;
	}

	head:first-child+body #menu {
		position: absolute;
		top: -20px;
		right: 0px;
		width: auto;
		text-align: right;
	}

	* html #menu {
		position: absolute;
		bottom: 0px;
		top: -24px;
		right: 0px;
		width: auto;
		text-align: right;
	}

	html[xmlns] #menu {
		top: -22px !important;
	}

	head:first-child+body #menu UL {
		padding: 5px 15px 5px 5px;
		margin: 0px;
	}

	* html #menu UL {
		padding: 5px 15px 5px 5px;
		margin: 0px;
	}

	head:first-child+body #menu UL LI {
		display: inline;
	}

	* html #menu UL LI {
		display: block;
		float: left;
	}

	* html #menu UL a {
		display: block;
		margin-right: 4px !important;
	}

	head:first-child+body #menu UL a:link, head:first-child+body #menu UL a:visited {
		background: #f3f3f3;
		font-size: 10px;
		font-weight: bold;
		padding: 3px 9px 2px 9px;
		margin-right: 0px;
		border: 1px solid #4F5D78;
		text-decoration: none;
		color: #666;
	}

	* html #menu UL a:link, * html #menu UL a:visited {
		background: #f3f3f3;
		font-size: 10px;
		font-weight: bold;
		padding: 3px 9px 2px 9px;
		margin-right: 0px;
		border: 1px solid #4F5D78;
		text-decoration: none;
		color: #666;
	}

	head:first-child+body #menu UL a:link.selected, head:first-child+body #menu UL a:visited.selected {
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

	* html #menu UL a:link.selected, * html #menu UL a:visited.selected {
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

	head:first-child+body #menu UL a:hover {
		background: #fff;
	}

	* html #menu UL a:hover {
		background: #fff;
	}

}

	head:first-child+body #lang1 {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: -12px;
		left: 2px;
		width: 19px;
		height: 9px;
		background-image: url(images/lang1.jpg);
		background-repeat: no-repeat;
		z-index:1;
	}

	* html #lang1 {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: -12px;
		left: 2px;
		width: 19px;
		height: 9px;
		background-image: url(images/lang1.jpg);
		background-repeat: no-repeat;
		z-index:1;
	}

	head:first-child+body #lang2 {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: -12px;
		left: 24px;
		width: 20px;
		height: 10px;
		background-image: url(images/lang2.jpg);
		background-repeat: no-repeat;
		z-index:1;
	}

	* html #lang2 {
		position: absolute;
		/*
		 * WARN: This break the positioning on different box height bottom doesn't work in older IE and Opera, switching to top.
		 * bottom: -13px;
		 * top still doesn't align well in Opera 6.06, IE 5.01 / 5.5
		 */
		top: -12px;
		left: 24px;
		width: 20px;
		height: 10px;
		background-image: url(images/lang2.jpg);
		background-repeat: no-repeat;
		z-index:1;
	}

