@charset "utf-8";
/* CSS Document */
ul.menu_home {
list-style-type: none; /* suppression of useless elements */
padding:0px;
/*width: 100%;*/ /* precision for Opera */
}
ul.menu_home li { 
float: left;
} /* lists aligned to the left */

.menu_home {
position:absolute;
float:left;
top:340px;
left:215px;
*left:180px;
font-size:14px;
background:#f4e7d1;
}

.menu_home a {
margin: 0;
/*width: 80px;*/ /* definition of menu button size */
padding:0px 15px;
height: 17px;
float: left;
display: block;
text-align: center;
text-decoration: none;
color: #0b2c18;
}
	 
.menu_home a:hover {
background: #f6daa6;
}

.menu_home a:active {
}
