@charset "utf-8";
/* CSS Document */


.infobulle{
	position:absolute;
	padding:3px 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#009999;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	left: 198px;
	top: 152px;
	background-color: #000000;
	cursor:pointer;
}

.menu2 {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(img/button.gif) no-repeat center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.menu2 li em {
	font-weight: normal;
	background: url(img/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

a.infobulle em {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
a.infobulle:hover {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
a.infobulle:hover em {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(img/button.gif) no-repeat center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
a.infobulle:hover em span {
	font-weight: normal;
	background: url(img/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
