@charset "utf-8";
/* CSS Document */

/* menu agenda*/
.agenda_link {
	color: #000000;
	display: block;
	width: 170px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../media/menu1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	text-align: left;
	text-indent: 2.8em;
	vertical-align: bottom;
	line-height: 25px;
}

.agenda_link:hover
{
	color: #000000;
	display: block;
	width: 170px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../media/menu2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	text-align: left;
	text-indent: 2.8em;
	vertical-align: bottom;
	line-height: 25px;
	font-style: italic;
}
