@import url("header.css");
@import url("leftSidebar.css");
@import url("category.css");
@import url("content.css");
@import url("rightSidebar.css");
@import url("footer.css");


/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}	

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c8def5;
	font-family: 'Verdana', 'Arial';
	font-size: 11px;
	color: #000;
}

a {
	text-decoration: none;
}

a:link {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a img {
	border: none;
}

ul li {
	list-style: none;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: 'Trebuchet MS';
}

div.clear, span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size:0; margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

strong {
	font-weight: bold;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.fLeft {
	float: left !important;
}

.fRight {
	float: right !important;
}

/* Table */
table {
	width: 100%;
	border-collapse: separate;
}


/* Page Layout */
#top {
	height: 20px;
	background: #0054a5;
}

#top .inner {
	width: 1006px;
	margin: auto;
	line-height: 20px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}

#top .additional-links {
	float: left;
	padding: 0 8px;
}

#top .additional-links a {
	color: #fff;
}

#top .date {
	float: right;
	padding: 0 10px;
}

#container {
	width: 990px;
	padding: 0 8px 8px;
	margin: auto auto 100px;
	background: #f2f2f2;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #0071BB;
}

#container #header {
	height: 117px;
}

#container #body {
	margin: 6px 0 0;
	width: 100%;
}

#container #leftSidebar {
	width: 145px;
	float: left;
}

#container #content {
	width: 650px;
	float: left;
	margin: 0 10px;
	background: #E6E6E6;
	padding: 0 0 10px;
}

#container #content.white {
	background: #fff;
}

#container #rightSidebar {
	width: 165px;
	float: left;
	background: #E6E6E6;
}

#container #footer {
	clear: both;
	background: #b3b3b3;
	/*padding: 10px;*/
}

#container #footer div {
	padding: 0 10px;
}

#container #footer ul {
    padding-top: 10px;
}


/* Banners */
.banner {
	background: #fff;
}


/* Tabs */
.tabs {
	padding: 3px 8px;
	border-bottom: 1px solid #b3b3b3;
}

.tabs li {
	display: inline;
	margin: 0 4px 0 0;
}

.tabs li a {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	padding: 3px 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background: #f2f2f2 url("../images/main/tabs-bg.png") repeat-x 0% 50%;
}

.tabs li a:hover  {
	text-decoration: none;
}

.tabs li.active a {
	border-width: 2px 1px 1px;
	border-style: solid;
	border-color: #0099ff #b3b3b3 #f0f0f1;
}

.tabs li.active a {
	color: #000;
	position: relative;
	top: 0px;
	padding-top: 4px;
}


/* Colored headers */
h2.orange,
h2.blue,
h2.gray {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 0 10px;
	height: 18px;
}

h2.small {
	font-size: 11px;
	font-weight: normal;
}

h2 img {
	margin: 6px 0 0 20px;
}

.orange {
	background: transparent url("../images/main/orange-bg.png") repeat-x;
}

.blue {
	background: transparent url("../images/main/blue-bg.png") repeat-x;
}

.gray {
	background: transparent url("../images/main/gray-bg.png") repeat-x;
}

.dark-orange {
	background: transparent url("../images/main/dark-orange-bg.png") repeat-x;
}

h2 span.more {
	display: block;
	float: right;
	font-size: 9px;
}

h2 span.more a {
	display: block;
	background: transparent url("../images/main/dark-orange-bg.png") no-repeat 0 -18px;
	color: #fff;
	padding: 0 6px;
}

/* Button */
input.button {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 0px 15px;
	border: 1px solid #4d4d4d;
	background: #f2f2f2 url("../images/main/tabs-bg.png") repeat-x 0% 50%;
}

/* Icons */
img.abruzzo {
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.active img.abruzzo,
a:hover img.abruzzo {
	background-position: -16px 0;
}

img.albania {
	background-repeat: no-repeat;
	background-position: 0 -14px;
}
a.active img.albania,
a:hover img.albania {
	background-position: -16px -14px;
}

img.amichevole {
	background-repeat: no-repeat;
	background-position: 0 -28px;
}
a.active img.amichevole,
a:hover img.amichevole {
	background-position: -16px -28px;
}

img.andorra {
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
a.active img.andorra,
a:hover img.andorra {
	background-position: -16px -42px;
}

img.argentina {
	background-repeat: no-repeat;
	background-position: 0 -56px;
}
a.active img.argentina,
a:hover img.argentina {
	background-position: -16px -56px;
}

img.armenia {
	background-repeat: no-repeat;
	background-position: 0 -70px;
}
a.active img.armenia,
a:hover img.armenia {
	background-position: -16px -70px;
}

img.australia {
	background-repeat: no-repeat;
	background-position: 0 -84px;
}
a.active img.australia,
a:hover img.australia {
	background-position: -16px -84px;
}

img.austria {
	background-repeat: no-repeat;
	background-position: 0 -98px;
}
a.active img.austria,
a:hover img.austria {
	background-position: -16px -98px;
}

img.azerbaijan {
	background-repeat: no-repeat;
	background-position: 0 -112px;
}
a.active img.azerbaijan,
a:hover img.azerbaijan {
	background-position: -16px -112px;
}

img.ballando {
	background-repeat: no-repeat;
	background-position: 0 -126px;
}
a.active img.ballando,
a:hover img.ballando {
	background-position: -16px -126px;
}

img.belgio {
	background-repeat: no-repeat;
	background-position: 0 -140px;
}
a.active img.belgio,
a:hover img.belgio {
	background-position: -16px -140px;
}

img.bielorussia {
	background-repeat: no-repeat;
	background-position: 0 -154px;
}
a.active img.bielorussia,
a:hover img.bielorussia {
	background-position: -16px -154px;
}

img.bolivia {
	background-repeat: no-repeat;
	background-position: 0 -168px;
}
a.active img.bolivia,
a:hover img.bolivia {
	background-position: -16px -168px;
}

img.bosnia {
	background-repeat: no-repeat;
	background-position: 0 -182px;
}
a.active img.bosnia,
a:hover img.bosnia {
	background-position: -16px -182px;
}

img.brasile {
	background-repeat: no-repeat;
	background-position: 0 -196px;
}
a.active img.brasile,
a:hover img.brasile {
	background-position: -16px -196px;
}

img.bulgaria {
	background-repeat: no-repeat;
	background-position: 0 -210px;
}
a.active img.bulgaria,
a:hover img.bulgaria {
	background-position: -16px -210px;
}

img.calcioMercato {
	background-repeat: no-repeat;
	background-position: 0 -224px;
}
a.active img.calcioMercato,
a:hover img.calcioMercato {
	background-position: -16px -224px;
}

img.campionatoeuropeo {
	background-repeat: no-repeat;
	background-position: 0 -238px;
}
a.active img.campionatoeuropeo,
a:hover img.campionatoeuropeo {
	background-position: -16px -238px;
}

img.canada {
	background-repeat: no-repeat;
	background-position: 0 -252px;
}
a.active img.canada,
a:hover img.canada {
	background-position: -16px -252px;
}

img.championsleague {
	background-repeat: no-repeat;
	background-position: 0 -266px;
}
a.active img.championsleague,
a:hover img.championsleague {
	background-position: -16px -266px;
}

img.cile {
	background-repeat: no-repeat;
	background-position: 0 -280px;
}
a.active img.cile,
a:hover img.cile {
	background-position: -16px -280px;
}

img.cina {
	background-repeat: no-repeat;
	background-position: 0 -294px;
}
a.active img.cina,
a:hover img.cina {
	background-position: -16px -294px;
}

img.cipro {
	background-repeat: no-repeat;
	background-position: 0 -308px;
}
a.active img.cipro,
a:hover img.cipro {
	background-position: -16px -308px;
}

img.colombia {
	background-repeat: no-repeat;
	background-position: 0 -322px;
}
a.active img.colombia,
a:hover img.colombia {
	background-position: -16px -322px;
}

img.coppadelmondo {
	background-repeat: no-repeat;
	background-position: 0 -336px;
}
a.active img.coppadelmondo,
a:hover img.coppadelmondo {
	background-position: -16px -336px;
}

img.coppadelmondorugby {
	background-repeat: no-repeat;
	background-position: 0 -350px;
}
a.active img.coppadelmondorugby,
a:hover img.coppadelmondorugby {
	background-position: -16px -350px;
}

img.coppalibertadores {
	background-repeat: no-repeat;
	background-position: 0 -364px;
}
a.active img.coppalibertadores,
a:hover img.coppalibertadores {
	background-position: -16px -364px;
}

img.coppanissan {
	background-repeat: no-repeat;
	background-position: 0 -378px;
}
a.active img.coppanissan,
a:hover img.coppanissan {
	background-position: -16px -378px;
}

img.coppauefa {
	background-repeat: no-repeat;
	background-position: 0 -392px;
}
a.active img.coppauefa,
a:hover img.coppauefa {
	background-position: -16px -392px;
}

img.croazia {
	background-repeat: no-repeat;
	background-position: 0 -406px;
}
a.active img.croazia,
a:hover img.croazia {
	background-position: -16px -406px;
}

img.cuba {
	background-repeat: no-repeat;
	background-position: 0 -420px;
}
a.active img.cuba,
a:hover img.cuba {
	background-position: -16px -420px;
}

img.danimarca {
	background-repeat: no-repeat;
	background-position: 0 -434px;
}
a.active img.danimarca,
a:hover img.danimarca {
	background-position: -16px -434px;
}

img.dubai {
	background-repeat: no-repeat;
	background-position: 0 -448px;
}
a.active img.dubai,
a:hover img.dubai {
	background-position: -16px -448px;
}

img.ecuador {
	background-repeat: no-repeat;
	background-position: 0 -462px;
}
a.active img.ecuador,
a:hover img.ecuador {
	background-position: -16px -462px;
}

img.emiratiarabi {
	background-repeat: no-repeat;
	background-position: 0 -476px;
}
a.active img.emiratiarabi,
a:hover img.emiratiarabi {
	background-position: -16px -476px;
}

img.estonia {
	background-repeat: no-repeat;
	background-position: 0 -490px;
}
a.active img.estonia,
a:hover img.estonia {
	background-position: -16px -490px;
}

img.eurolega {
	background-repeat: no-repeat;
	background-position: 0 -504px;
}
a.active img.eurolega,
a:hover img.eurolega {
	background-position: -16px -504px;
}

img.europeibasket {
	background-repeat: no-repeat;
	background-position: 0 -518px;
}
a.active img.europeibasket,
a:hover img.europeibasket {
	background-position: -16px -518px;
}

img.finlandia {
	background-repeat: no-repeat;
	background-position: 0 -532px;
}
a.active img.finlandia,
a:hover img.finlandia {
	background-position: -16px -532px;
}

img.formulauno {
	background-repeat: no-repeat;
	background-position: 0 -546px;
}
a.active img.formulauno,
a:hover img.formulauno {
	background-position: -16px -546px;
}

img.francia {
	background-repeat: no-repeat;
	background-position: 0 -560px;
}
a.active img.francia,
a:hover img.francia {
	background-position: -16px -560px;
}

img.galles {
	background-repeat: no-repeat;
	background-position: 0 -574px;
}
a.active img.galles,
a:hover img.galles {
	background-position: -16px -574px;
}

img.generalcompetition {
	background-repeat: no-repeat;
	background-position: 0 -588px;
}
a.active img.generalcompetition,
a:hover img.generalcompetition {
	background-position: -16px -588px;
}

img.georgia {
	background-repeat: no-repeat;
	background-position: 0 -602px;
}
a.active img.georgia,
a:hover img.georgia {
	background-position: -16px -602px;
}

img.germania {
	background-repeat: no-repeat;
	background-position: 0 -616px;
}
a.active img.germania,
a:hover img.germania {
	background-position: -16px -616px;
}

img.giappone {
	background-repeat: no-repeat;
	background-position: 0 -630px;
}
a.active img.giappone,
a:hover img.giappone {
	background-position: -16px -630px;
}

img.grandefratello {
	background-repeat: no-repeat;
	background-position: 0 -644px;
}
a.active img.grandefratello,
a:hover img.grandefratello {
	background-position: -16px -644px;
}

img.grecia {
	background-repeat: no-repeat;
	background-position: 0 -658px;
}
a.active img.grecia,
a:hover img.grecia {
	background-position: -16px -658px;
}

img.guyana {
	background-repeat: no-repeat;
	background-position: 0 -672px;
}
a.active img.guyana,
a:hover img.guyana {
	background-position: -16px -672px;
}

img.india {
	background-repeat: no-repeat;
	background-position: 0 -686px;
}
a.active img.india,
a:hover img.india {
	background-position: -16px -686px;
}

img.inghilterra {
	background-repeat: no-repeat;
	background-position: 0 -700px;
}
a.active img.inghilterra,
a:hover img.inghilterra {
	background-position: -16px -700px;
}

img.irlanda {
	background-repeat: no-repeat;
	background-position: 0 -714px;
}
a.active img.irlanda,
a:hover img.irlanda {
	background-position: -16px -714px;
}

img.irlandadelnord {
	background-repeat: no-repeat;
	background-position: 0 -728px;
}
a.active img.irlandadelnord,
a:hover img.irlandadelnord {
	background-position: -16px -728px;
}

img.islanda {
	background-repeat: no-repeat;
	background-position: 0 -742px;
}
a.active img.islanda,
a:hover img.islanda {
	background-position: -16px -742px;
}

img.isolaFamosi {
	background-repeat: no-repeat;
	background-position: 0 -756px;
}
a.active img.isolaFamosi,
a:hover img.isolaFamosi {
	background-position: -16px -756px;
}

img.italia {
	background-repeat: no-repeat;
	background-position: 0 -770px;
}
a.active img.italia,
a:hover img.italia {
	background-position: -16px -770px;
}

img.kazakistan {
	background-repeat: no-repeat;
	background-position: 0 -784px;
}
a.active img.kazakistan,
a:hover img.kazakistan {
	background-position: -16px -784px;
}

img.lettonia {
	background-repeat: no-repeat;
	background-position: 0 -798px;
}
a.active img.lettonia,
a:hover img.lettonia {
	background-position: -16px -798px;
}

img.liechtenstein {
	background-repeat: no-repeat;
	background-position: 0 -812px;
}
a.active img.liechtenstein,
a:hover img.liechtenstein {
	background-position: -16px -812px;
}

img.lituania {
	background-repeat: no-repeat;
	background-position: 0 -826px;
}
a.active img.lituania,
a:hover img.lituania {
	background-position: -16px -826px;
}

img.lussemburgo {
	background-repeat: no-repeat;
	background-position: 0 -840px;
}
a.active img.lussemburgo,
a:hover img.lussemburgo {
	background-position: -16px -840px;
}

img.macedonia {
	background-repeat: no-repeat;
	background-position: 0 -854px;
}
a.active img.macedonia,
a:hover img.macedonia {
	background-position: -16px -854px;
}

img.malta {
	background-repeat: no-repeat;
	background-position: 0 -868px;
}
a.active img.malta,
a:hover img.malta {
	background-position: -16px -868px;
}

img.marocco {
	background-repeat: no-repeat;
	background-position: 0 -882px;
}
a.active img.marocco,
a:hover img.marocco {
	background-position: -16px -882px;
}

img.medaglia {
	background-repeat: no-repeat;
	background-position: 0 -896px;
}
a.active img.medaglia,
a:hover img.medaglia {
	background-position: -16px -896px;
}

img.medagliere {
	background-repeat: no-repeat;
	background-position: 0 -910px;
}
a.active img.medagliere,
a:hover img.medagliere {
	background-position: -16px -910px;
}

img.messico {
	background-repeat: no-repeat;
	background-position: 0 -924px;
}
a.active img.messico,
a:hover img.messico {
	background-position: -16px -924px;
}

img.missitalia {
	background-repeat: no-repeat;
	background-position: 0 -938px;
}
a.active img.missitalia,
a:hover img.missitalia {
	background-position: -16px -938px;
}

img.moldavia {
	background-repeat: no-repeat;
	background-position: 0 -952px;
}
a.active img.moldavia,
a:hover img.moldavia {
	background-position: -16px -952px;
}

img.mondialiciclismo {
	background-repeat: no-repeat;
	background-position: 0 -966px;
}
a.active img.mondialiciclismo,
a:hover img.mondialiciclismo {
	background-position: -16px -966px;
}

img.montenegro {
	background-repeat: no-repeat;
	background-position: 0 -980px;
}
a.active img.montenegro,
a:hover img.montenegro {
	background-position: -16px -980px;
}

img.motogp {
	background-repeat: no-repeat;
	background-position: 0 -994px;
}
a.active img.motogp,
a:hover img.motogp {
	background-position: -16px -994px;
}

img.nfl {
	background-repeat: no-repeat;
	background-position: 0 -1008px;
}
a.active img.nfl,
a:hover img.nfl {
	background-position: -16px -1008px;
}

img.nhl {
	background-repeat: no-repeat;
	background-position: 0 -1022px;
}
a.active img.nhl,
a:hover img.nhl {
	background-position: -16px -1022px;
}

img.norvegia {
	background-repeat: no-repeat;
	background-position: 0 -1036px;
}
a.active img.norvegia,
a:hover img.norvegia {
	background-position: -16px -1036px;
}

img.nuovazelanda {
	background-repeat: no-repeat;
	background-position: 0 -1050px;
}
a.active img.nuovazelanda,
a:hover img.nuovazelanda {
	background-position: -16px -1050px;
}

img.olimpiadi {
	background-repeat: no-repeat;
	background-position: 0 -1064px;
}
a.active img.olimpiadi,
a:hover img.olimpiadi {
	background-position: -16px -1064px;
}

img.orangeArrow {
	background-repeat: no-repeat;
	background-position: 0 -1078px;
}
a.active img.orangeArrow,
a:hover img.orangeArrow {
	background-position: -16px -1078px;
}

img.paesibassi {
	background-repeat: no-repeat;
	background-position: 0 -1092px;
}
a.active img.paesibassi,
a:hover img.paesibassi {
	background-position: -16px -1092px;
}

img.paraguay {
	background-repeat: no-repeat;
	background-position: 0 -1106px;
}
a.active img.paraguay,
a:hover img.paraguay {
	background-position: -16px -1106px;
}

img.peru {
	background-repeat: no-repeat;
	background-position: 0 -1120px;
}
a.active img.peru,
a:hover img.peru {
	background-position: -16px -1120px;
}

img.polonia {
	background-repeat: no-repeat;
	background-position: 0 -1134px;
}
a.active img.polonia,
a:hover img.polonia {
	background-position: -16px -1134px;
}

img.portogallo {
	background-repeat: no-repeat;
	background-position: 0 -1148px;
}
a.active img.portogallo,
a:hover img.portogallo {
	background-position: -16px -1148px;
}

img.principatodimonaco {
	background-repeat: no-repeat;
	background-position: 0 -1162px;
}
a.active img.principatodimonaco,
a:hover img.principatodimonaco {
	background-position: -16px -1162px;
}

img.qatar {
	background-repeat: no-repeat;
	background-position: 0 -1176px;
}
a.active img.qatar,
a:hover img.qatar {
	background-position: -16px -1176px;
}

img.rally {
	background-repeat: no-repeat;
	background-position: 0 -1190px;
}
a.active img.rally,
a:hover img.rally {
	background-position: -16px -1190px;
}

img.repubblicaceca {
	background-repeat: no-repeat;
	background-position: 0 -1204px;
}
a.active img.repubblicaceca,
a:hover img.repubblicaceca {
	background-position: -16px -1204px;
}

img.romania {
	background-repeat: no-repeat;
	background-position: 0 -1218px;
}
a.active img.romania,
a:hover img.romania {
	background-position: -16px -1218px;
}

img.russia {
	background-repeat: no-repeat;
	background-position: 0 -1232px;
}
a.active img.russia,
a:hover img.russia {
	background-position: -16px -1232px;
}

img.sanmarino {
	background-repeat: no-repeat;
	background-position: 0 -1246px;
}
a.active img.sanmarino,
a:hover img.sanmarino {
	background-position: -16px -1246px;
}

img.sanremo {
	background-repeat: no-repeat;
	background-position: 0 -1260px;
}
a.active img.sanremo,
a:hover img.sanremo {
	background-position: -16px -1260px;
}

img.scozia {
	background-repeat: no-repeat;
	background-position: 0 -1274px;
}
a.active img.scozia,
a:hover img.scozia {
	background-position: -16px -1274px;
}

img.seinazioni {
	background-repeat: no-repeat;
	background-position: 0 -1288px;
}
a.active img.seinazioni,
a:hover img.seinazioni {
	background-position: -16px -1288px;
}

img.serbia {
	background-repeat: no-repeat;
	background-position: 0 -1302px;
}
a.active img.serbia,
a:hover img.serbia {
	background-position: -16px -1302px;
}

img.singapore {
	background-repeat: no-repeat;
	background-position: 0 -1316px;
}
a.active img.singapore,
a:hover img.singapore {
	background-position: -16px -1316px;
}

img.slovacchia {
	background-repeat: no-repeat;
	background-position: 0 -1330px;
}
a.active img.slovacchia,
a:hover img.slovacchia {
	background-position: -16px -1330px;
}

img.slovenia {
	background-repeat: no-repeat;
	background-position: 0 -1344px;
}
a.active img.slovenia,
a:hover img.slovenia {
	background-position: -16px -1344px;
}

img.spagna {
	background-repeat: no-repeat;
	background-position: 0 -1358px;
}
a.active img.spagna,
a:hover img.spagna {
	background-position: -16px -1358px;
}

img.statiuniti {
	background-repeat: no-repeat;
	background-position: 0 -1372px;
}
a.active img.statiuniti,
a:hover img.statiuniti {
	background-position: -16px -1372px;
}

img.sudafrica {
	background-repeat: no-repeat;
	background-position: 0 -1386px;
}
a.active img.sudafrica,
a:hover img.sudafrica {
	background-position: -16px -1386px;
}

img.superbike {
	background-repeat: no-repeat;
	background-position: 0 -1400px;
}
a.active img.superbike,
a:hover img.superbike {
	background-position: -16px -1400px;
}

img.supercoppaeuropea {
	background-repeat: no-repeat;
	background-position: 0 -1414px;
}
a.active img.supercoppaeuropea,
a:hover img.supercoppaeuropea {
	background-position: -16px -1414px;
}

img.suriname {
	background-repeat: no-repeat;
	background-position: 0 -1428px;
}
a.active img.suriname,
a:hover img.suriname {
	background-position: -16px -1428px;
}

img.svezia {
	background-repeat: no-repeat;
	background-position: 0 -1442px;
}
a.active img.svezia,
a:hover img.svezia {
	background-position: -16px -1442px;
}

img.svizzera {
	background-repeat: no-repeat;
	background-position: 0 -1456px;
}
a.active img.svizzera,
a:hover img.svizzera {
	background-position: -16px -1456px;
}

img.telethon {
	background-repeat: no-repeat;
	background-position: 0 -1470px;
}
a.active img.telethon,
a:hover img.telethon {
	background-position: -16px -1470px;
}

img.turchia {
	background-repeat: no-repeat;
	background-position: 0 -1484px;
}
a.active img.turchia,
a:hover img.turchia {
	background-position: -16px -1484px;
}

img.ucraina {
	background-repeat: no-repeat;
	background-position: 0 -1498px;
}
a.active img.ucraina,
a:hover img.ucraina {
	background-position: -16px -1498px;
}

img.ungheria {
	background-repeat: no-repeat;
	background-position: 0 -1512px;
}
a.active img.ungheria,
a:hover img.ungheria {
	background-position: -16px -1512px;
}

img.uruguay {
	background-repeat: no-repeat;
	background-position: 0 -1526px;
}
a.active img.uruguay,
a:hover img.uruguay {
	background-position: -16px -1526px;
}

img.us {
	background-repeat: no-repeat;
	background-position: 0 -1540px;
}
a.active img.us,
a:hover img.us {
	background-position: -16px -1540px;
}

img.uzbekistan {
	background-repeat: no-repeat;
	background-position: 0 -1554px;
}
a.active img.uzbekistan,
a:hover img.uzbekistan {
	background-position: -16px -1554px;
}

img.vaticano {
	background-repeat: no-repeat;
	background-position: 0 -1568px;
}
a.active img.vaticano,
a:hover img.vaticano {
	background-position: -16px -1568px;
}

img.venezuela {
	background-repeat: no-repeat;
	background-position: 0 -1582px;
}
a.active img.venezuela,
a:hover img.venezuela {
	background-position: -16px -1582px;
}

img.vietnam {
	background-repeat: no-repeat;
	background-position: 0 -1596px;
}
a.active img.vietnam,
a:hover img.vietnam {
	background-position: -16px -1596px;
}