/* CSS Document */

/* MENU */

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-align:center;
}
li a {
	display:block;
	padding:8px 10px;
	height:100%;
	color:#fff;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	background-position:-150px 0;
}
#a a {
background:url(../graphics/button_menu.jpg) repeat; background-position:-20px 35px;
}
