#nav{
	display:block;
	text-align:center;
	margin-top:10px;
	width:360px;
	
}
#nav ul{
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li{
	display:inline;
	float:left;
	padding-right:10px;
	width:35px;
	height:20px;
}
#nav ul li a{
	text-decoration:none;
}

a.usa{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/usOff.jpg") no-repeat;
}
a.usa:hover{
	background:#000 url("../images/flags/usOn.jpg") no-repeat;
}
a.usa span{
	display:none;
}

a.france{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/franceOff.jpg") no-repeat;
}
a.france:hover{
	background:#000 url("../images/flags/franceOn.jpg") no-repeat;
}
a.france span{
	display:none;
}

a.germany{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/germanOff.jpg") no-repeat;
}
a.germany:hover{
	background:#000 url("../images/flags/germanOn.jpg") no-repeat;
}
a.germany span{
	display:none;
}

a.netherlands{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/netherlandsOff.jpg") no-repeat;
}
a.netherlands:hover{
	background:#000 url("../images/flags/netherlandsOn.jpg") no-repeat;
}
a.netherlands span{
	display:none;
}

a.belgium{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/belgiumOff.jpg") no-repeat;
}
a.belgium:hover{
	background:#000 url("../images/flags/belgiumOn.jpg") no-repeat;
}
a.belgium span{
	display:none;
}

a.denmark{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/denmarkOff.jpg") no-repeat;
}
a.denmark:hover{
	background:#000 url("../images/flags/denmarkOn.jpg") no-repeat;
}
a.denmark span{
	display:none;
}

a.norway{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/norwayOff.jpg") no-repeat;
}
a.norway:hover{
	background:#000 url("../images/flags/norwayOn.jpg") no-repeat;
}
a.norway span{
	display:none;
}

a.sweden{
	display:block;
	width:35px;
	height:19px;
	background:#000 url("../images/flags/swedenOff.jpg") no-repeat;
}
a.sweden:hover{
	background:#000 url("../images/flags/swedenOn.jpg") no-repeat;
}
a.sweden span{
	display:none;
}