@CHARSET "ISO-8859-1";
#menu_left div, #menu_right div
{
	border: 0px;
	cursor: pointer;
}
#menu_left div span, #menu_right div span
{
	display: none;
}
#magenda
{
	background-image: url('../images/lo_agenda.png');
	background-repeat: no-repeat;
	width:	183px;
	height:	37px;
}
#magenda:hover
{
	background-image: url('../images/hi_agenda.png');
}

#mpress
{
	background-image: url('../images/lo_press.png');
	background-repeat: no-repeat;
	width:	183px;
	height:	41px;
}
#mpress:hover
{
	background-image: url('../images/hi_press.png');
}

#mpaddies
{
	background-image: url('../images/lo_paddies.png');
	background-repeat: no-repeat;
	width:	183px;
	height:	36px;
}
#mpaddies:hover
{
	background-image: url('../images/hi_paddies.png');
}

#mlinks
{
	background-image: url('../images/lo_links.png');
	background-repeat: no-repeat;
	width:	183px;
	height:	44px;
}
#mlinks:hover
{
	background-image: url('../images/hi_links.png');
}



#mtech
{
	background-image: url('../images/lo_tech.png');
	background-repeat: no-repeat;
	width:	182px;
	height:	43px;
}
#mtech:hover
{
	background-image: url('../images/hi_tech.png');
}

#mdisco
{
	background-image: url('../images/lo_disco.png');
	background-repeat: no-repeat;
	width:	182px;
	height:	41px;
}
#mdisco:hover
{
	background-image: url('../images/hi_disco.png');
}

#mmedia
{
	background-image: url('../images/lo_media.png');
	background-repeat: no-repeat;
	width:	182px;
	height:	41px;
}
#mmedia:hover
{
	background-image: url('../images/hi_media.png');
}

#mcontact
{
	background-image: url('../images/lo_contact.png');
	background-repeat: no-repeat;
	width:	182px;
	height:	40px;
}
#mcontact:hover
{
	background-image: url('../images/hi_contact.png');
}


#mguestbook
{
	background-image: url('../images/lo_guestbook.png');
	background-repeat: no-repeat;
	width:	182px;
	height:	40px;
}
#mguestbook:hover
{
	background-image: url('../images/hi_guestbook.png');
}
