@charset "utf-8";
/* CSS Document */

div#all {
	max-width: 60em;
	float: left;
	height: 5em;
	margin: -5px 0 0 0px;
	background-color: #CCFF99;
}
div#buttons {
	width: auto;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
div#buttons-inline {
	width: 300px;
	float: left;
	height: 5em;
	margin: 0;
	clear: right;
	display: inline;
}

div#buttons img {
	border:none;
}
div#buttons a {
	display: inline-block;
	text-align: right;
/*	color: #F2F2EC;*/
	font-weight: bold;
/*	padding: 55px 0 0 0;*/
}
div#buttons a:hover {
	background-color: transparent;
	text-decoration: none;
}
div#buttons img:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

div#buttons a span {display: none;}
div#buttons a:hover span {
	display: block;
	top: 680px;
	padding: 0px;
	z-index: 100;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	line-height: 1.8em;
	position: absolute;
	left: 221px;
	width: 43em;
	color: black;
}
.buttons {
	line-height: 1.8em;
	margin: 0;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align:left;
        } 
		
