@charset "utf-8";
#menubuttond  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#menubuttond {
	height: 40px;
	width: auto;
}
div.buttonmenud {
	width:auto;
	height: 40px;
}
div.buttonmenud   a  {
	display:block;
	text-align:left;
	height: 40px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
div.buttonmenud   a:link {
	color: #000000;
	text-decoration:none;
}
div.buttonmenud   a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
}
div.buttonmenud   a:visited {
	color: #000000;
	text-decoration:none;
}

