@CHARSET "ISO-8859-1";

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 13px 'Lucida Grande', Arial, sans-serif;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	display: block;
	width: 280px;
	text-decoration: none;
	padding: 19px 9px 19px 9px;
	margin-top: 5px;
	/*color: #000;*/
	background: url(../images/button1.png);
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: bolder;
}

ul.menu li a:hover {
	width: 280px;
	background: url(../images/button1_hover.png);
}

ul.menu li ul.menu2 li a:hover {
	width: 280px;
	background: url(../images/button1_hover.png);
}

div.loader {
	background: url(../images/button1_hover.png);
	margin-left: -1000px;
}