/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 78px;
	left: 176px;
	z-index:5;
	width: 431px; /* precision for Opera */
	overflow: visible;
}
#menu dl {
	float: left;
	width: 85px;
	clear: right;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
}
#menu dd {
	display: none;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
	color: #b82b2b;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-family: Tahoma;
	font-size: 11px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #CCCCCC;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
.anima {
	z-index: -3;
	position: absolute;
}
