@charset "UTF-8";
ul {
	list-style-type: none;

}
#menubuttons li {
	padding-left: 13pt;
	float: right;
	text-decoration: none;
}
#menubuttons a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
#menubuttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
#menubuttons a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00CCCC;
	font-weight: bold;
	text-decoration: none;
}
