/* CSS Document */

div#menu a img { border: none; text-decoration:none;}

div#menu a:hover {
	background: url(../img/btn_hover.png) no-repeat center bottom;
	}

div#menu a#active {
	background: url(../img/btn_active.png) no-repeat center bottom;
	}