@charset "utf-8";
/* CSS Document */

a.menu
{
	display:block;
	float:left;
	margin-left:7px;
	margin-right:7px;
	height:26px;
}

a#m_home
{
	width:47px;
	background-image:url(images/menu_home.gif);
	display:inline;
}

a#m_home:hover
{
	background-image:url(images/menu_home_hover.gif);
}

a#m_home_active
{
	width:47px;
	background-image:url(images/menu_home_hover.gif);
	display:inline;
}

a#m_faq
{
	width:34px;
	background-image:url(images/menu_faq.gif);
	display:inline;
}

a#m_faq:hover
{
	background-image:url(images/menu_faq_hover.gif);
}

a#m_faq_active
{
	width:34px;
	background-image:url(images/menu_faq_hover.gif);
	display:inline;
}

a#m_news
{
	width:58px;
	background-image:url(images/menu_news.gif);
}

a#m_news:hover
{
	background-image:url(images/menu_news_hover.gif);
}

a#m_news_active
{
	width:58px;
	background-image:url(images/menu_news_hover.gif);
	display:inline;
}

a#m_media
{
	width:50px;
	background-image:url(images/menu_media.gif);
	display:inline;
}

a#m_media:hover
{
	background-image:url(images/menu_media_hover.gif);
}

a#m_media_active
{
	width:50px;
	background-image:url(images/menu_media_hover.gif);
	display:inline;
}

a#m_picture
{
	width:61px;
	background-image:url(images/menu_picture.gif);
}

a#m_picture:hover
{

	background-image:url(images/menu_picture_hover.gif);

}

a#m_picture_active
{
	width:61px;
	background-image:url(images/menu_picture_hover.gif);
	display:inline;
}

a#m_service
{
	width:127px;
	background-image:url(images/menu_services.gif);
}

a#m_service:hover
{

	background-image:url(images/menu_services_hover.gif);

}

a#m_service_active
{
	width:127px;
	background-image:url(images/menu_services_hover.gif);
	display:inline;
}

a#m_contact
{
	width:66px;
	background-image:url(images/menu_contact.gif);
}

a#m_contact:hover
{
	background-image:url(images/menu_contact_hover.gif);
}

a#m_contact_active
{
	width:66px;
	background-image:url(images/menu_contact_hover.gif);
	display:inline;
}

a#m_sitemap
{
	width:63px;
	background-image:url(images/menu_sitemap.gif);
}

a#m_sitemap:hover
{
	background-image:url(images/menu_sitemap_hover.gif);
}

a#m_sitemap_active
{
	width:63px;
	background-image:url(images/menu_sitemap_hover.gif);
	display:inline;
}