@charset "UTF-8";
/* CSS Document */
#header {
	background:transparent url(images/header_bkg_en.jpg) top left no-repeat;
}
a#home {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:69px;
	height:30px;
	background-position:0 0;
}
a#home:hover, a#home.current {
	background-position:0 -30px;
}
a#info {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:178px;
	height:30px;
	background-position:-191px 0;
}
a#info:hover, a#info.current {
	background-position:-191px -30px;
}
a#annul {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:122px;
	height:30px;
	background-position:-69px 0;
}
a#annul:hover, a#annul.current {
	background-position:-69px -30px;
}
a#glossary {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:94px;
	height:30px;
	background-position:-369px 0;
}
a#glossary:hover, a#glossary.current {
	background-position:-369px -30px;
}
a#contact {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:112px;
	height:30px;
	background-position:-463px 0;
}
a#contact:hover, a#contact.current {
	background-position:-463px -30px;
}
a#faq {
    background:url("images/menunav_bkg_en.jpg") no-repeat;
	width:56px;
	height:30px;
	background-position:-575px 0;
}
a#faq:hover, a#faq.current {
	background-position:-575px -30px;
}

