@charset "utf-8";
#menubutton h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



#menubutton {
	height: 40px;
	width: auto;
}
div.buttonmenu {
	width:auto;
	height: 40px;
}
div.buttonmenu  a  {
	display:block;
	text-align:left;
	height: 40px;
}
div.buttonmenu  a:link {
	color: #000000;
	text-decoration:none;
}
div.buttonmenu  a:hover {
	color:#000000;
	text-decoration: none;
	background-image: url(../images/sidebarbackgroundhov.png);
}
div.buttonmenu  a:visited {
	color: #000000;
	text-decoration:none;
}
#icon {
	float: left;
	height: 37px;
	width: 41px;
	padding-top: 3px;
}

#text {
	float: left;
	width: 124px;
	height: 28px;
	padding-top: 12px;
	padding-left: 5px;
}

